From e51746e5b117fbb9da938c8ad84f0ffef41994c8 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sat, 4 Mar 2017 05:33:47 +0100 Subject: [PATCH] proper exit (fix opt running after uf) --- lgsm/functions/core_getopt.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh index 39efa37e4..d658397e2 100644 --- a/lgsm/functions/core_getopt.sh +++ b/lgsm/functions/core_getopt.sh @@ -174,12 +174,11 @@ for i in "${optcommands[@]}"; do if [ "$(echo "${currentopt[index]}"| awk -F ';' -v x=${currcmdindex} '{ print $x }')" == "${getopt}" ]; then # Run command ${currentopt[index+1]} + core_exit.sh break fi done done - break - core_exit.sh fi done @@ -187,4 +186,4 @@ done echo -e "${red}Unknown command${default}: $0 ${getopt}" exitcode=2 fn_opt_usage -core_exit.sh \ No newline at end of file +core_exit.sh