4
0
UltimateByte 10 жил өмнө
parent
commit
5beef0efa1

+ 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