Skip to content

Commit

Permalink
Increase action.sh dialog timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis authored Sep 27, 2024
1 parent bd4fdcf commit 629de14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions module/action.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 629de14

Please sign in to comment.