Преглед изворни кода

Merged hotfix/ultimatebyte-0308 into develop

Daniel Gibbs пре 9 година
родитељ
комит
4c072fc188
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      lgsm/functions/core_getopt.sh

+ 2 - 2
lgsm/functions/core_getopt.sh

@@ -173,7 +173,7 @@ for i in "${optcommands[@]}"; do
 			for ((currcmdindex=1; currcmdindex <= ${currcmdamount}; currcmdindex++)); do
 			for ((currcmdindex=1; currcmdindex <= ${currcmdamount}; currcmdindex++)); do
 				if [ "$(echo "${currentopt[index]}"| awk -F ';' -v x=${currcmdindex} '{ print $x }')" == "${getopt}" ]; then
 				if [ "$(echo "${currentopt[index]}"| awk -F ';' -v x=${currcmdindex} '{ print $x }')" == "${getopt}" ]; then
 					# Run command
 					# Run command
-					${currentopt[index+1]}
+					eval ${currentopt[index+1]}
 					core_exit.sh
 					core_exit.sh
 					break
 					break
 				fi
 				fi
@@ -186,4 +186,4 @@ done
 echo -e "${red}Unknown command${default}: $0 ${getopt}"
 echo -e "${red}Unknown command${default}: $0 ${getopt}"
 exitcode=2
 exitcode=2
 fn_opt_usage
 fn_opt_usage
-core_exit.sh
+core_exit.sh