UltimateByte 10 سال پیش
والد
کامیت
5beef0efa1
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      lgsm/functions/command_start.sh

+ 1 - 2
lgsm/functions/command_start.sh

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