Quellcode durchsuchen

Removed quotes preventing start

UltimateByte vor 10 Jahren
Ursprung
Commit
929cae9fcd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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