moved while true; do

This commit is contained in:
zenobit 2023-12-14 01:49:11 +01:00
parent 6e7fa260b6
commit 8b499b744f
1 changed files with 2 additions and 3 deletions

5
dh
View File

@ -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