Просмотр исходного кода

Removed quotes preventing start

UltimateByte 10 лет назад
Родитель
Сommit
929cae9fcd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/command_start.sh

+ 1 - 1
lgsm/functions/command_start.sh

@@ -71,7 +71,7 @@ fn_start_mumble(){
 	# Create lock file
 	date > "${rootdir}/${lockselfname}"
 	cd "${executabledir}"
-	./"${executable}" "${parms}" > /dev/null 2>&1
+	./${executable} ${parms} > /dev/null 2>&1
 	sleep 1
 	check_status.sh
 	if [ "${status}" == "0" ]; then