From 629de149907f9a573848de5e6bb74634025c6664 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Thu, 26 Sep 2024 23:06:38 -0300 Subject: [PATCH] Increase action.sh dialog timeout --- module/action.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module/action.sh b/module/action.sh index 7e4f7535..d4ce3428 100644 --- a/module/action.sh +++ b/module/action.sh @@ -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