From 8b499b744f1afc3d732807ab16a265d09eaf844e Mon Sep 17 00:00:00 2001 From: zenobit Date: Thu, 14 Dec 2023 01:49:11 +0100 Subject: [PATCH] moved while true; do --- dh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dh b/dh index 427526b..703957c 100755 --- a/dh +++ b/dh @@ -16,8 +16,6 @@ trap 'exit' SIGINT SIGTERM SIGQUIT set -e echo "$MSG_RUNNING" -while true -do function variables_set() { # DEBUG mod #bash -x ./dh 2>&1 | tee output.log @@ -687,7 +685,8 @@ EOF # run ------------------------------------------------------------------ - +while true +do variables_set if [[ $# -eq 0 ]]; then