Add action.sh support to run autopif.sh from root managers

This commit is contained in:
Chris Renshaw
2024-09-25 12:43:39 -03:00
committed by GitHub
parent 27fc24337b
commit 8c216e2d40
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -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