Skip to content

Commit

Permalink
Update customize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTrav authored Nov 16, 2022
1 parent e85961f commit 5cfbcc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PATCH_SX() {
if [ -d $MODPATH/$P ]; then
ui_print "- Moving files to module dir"
mkdir -p $MODPATH/system/$P
mv -f $MODPATH/$P $MODPATH/system/$P
mv -f $MODPATH/$P $MODPATH/system/
fi
done
}
Expand Down Expand Up @@ -113,4 +113,4 @@ FINALIZE() {
}

# Final adjustment
ADDON && FINALIZE
ADDON && FINALIZE

0 comments on commit 5cfbcc2

Please sign in to comment.