瀏覽代碼

Removed quotes preventing start

UltimateByte 10 年之前
父節點
當前提交
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