Increase action.sh dialog timeout

This commit is contained in:
Chris Renshaw
2024-09-26 23:06:38 -03:00
committed by GitHub
parent bd4fdcf0c3
commit 629de14990

View File

@@ -1,9 +1,11 @@
MODPATH="${0%/*}"
# ensure not running in busybox ash standalone shell
set +o standalone
unset ASH_STANDALONE
sh $MODPATH/autopif.sh || exit 1
echo -e "\nDone!"
echo -e "\nClosing dialog in 10 seconds ..."
sleep 10
echo -e "\nClosing dialog in 15 seconds ..."
sleep 15