You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Increase action.sh dialog timeout
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
MODPATH="${0%/*}"
|
MODPATH="${0%/*}"
|
||||||
|
|
||||||
|
# ensure not running in busybox ash standalone shell
|
||||||
set +o standalone
|
set +o standalone
|
||||||
unset ASH_STANDALONE
|
unset ASH_STANDALONE
|
||||||
|
|
||||||
sh $MODPATH/autopif.sh || exit 1
|
sh $MODPATH/autopif.sh || exit 1
|
||||||
|
|
||||||
echo -e "\nDone!"
|
echo -e "\nDone!"
|
||||||
echo -e "\nClosing dialog in 10 seconds ..."
|
echo -e "\nClosing dialog in 15 seconds ..."
|
||||||
sleep 10
|
sleep 15
|
||||||
|
|||||||
Reference in New Issue
Block a user