You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Show Advanced Settings by default from install migrate and autopif2
This commit is contained in:
@@ -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!"
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user