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

@@ -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 " "
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 " "
fi