From 6d4aaf8f5f8dbccbe62b6a06596a1ef6cde22ec1 Mon Sep 17 00:00:00 2001 From: ojullien Date: Wed, 10 Jul 2019 17:28:59 +0200 Subject: [PATCH] v3.2.0 --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index c6f04b4..ea66a24 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -59,7 +59,7 @@ Console::waitUser ## ----------------------------------------------------------------------------- declare -i iReturn=1 -if (( "$#" )); then +while (( "$#" )); do case "$1" in -t|--trace) shift @@ -77,7 +77,7 @@ if (( "$#" )); then exit 0 ;; esac -fi +done Install::run ${m_INSTALL_OPTION_REMOVE} Console::waitUser