Show Advanced Settings by default from install migrate and autopif2

This commit is contained in:
Chris Renshaw
2025-06-11 22:17:29 -03:00
committed by GitHub
parent 89de098a83
commit 88573ca743
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ MODPATH="${0%/*}"
set +o standalone set +o standalone
unset ASH_STANDALONE unset ASH_STANDALONE
sh $MODPATH/autopif2.sh -p || exit 1 sh $MODPATH/autopif2.sh -a -p || exit 1
echo -e "\nDone!" echo -e "\nDone!"

View File

@@ -40,7 +40,7 @@ if [ -f "$MODPATH/custom.pif.json" ] && ! grep -q "api_level" $MODPATH/custom.pi
ui_print "- Running migration script on custom.pif.json:" ui_print "- Running migration script on custom.pif.json:"
ui_print " " ui_print " "
chmod 755 $MODPATH/migrate.sh chmod 755 $MODPATH/migrate.sh
sh $MODPATH/migrate.sh install $MODPATH/custom.pif.json sh $MODPATH/migrate.sh --install --advanced $MODPATH/custom.pif.json
ui_print " " ui_print " "
fi fi