You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Add action.sh support to run autopif.sh from root managers
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
MODPATH="${0%/*}"
|
||||
|
||||
set +o standalone
|
||||
unset ASH_STANDALONE
|
||||
sh $MODPATH/autopif.sh || exit 1
|
||||
|
||||
echo -e "\nDone!"
|
||||
echo -e "\nClosing dialog in 10 seconds ..."
|
||||
sleep 10
|
||||
Reference in New Issue
Block a user