Browse Source

Removed quotes preventing start

pull/947/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
929cae9fcd
  1. 2
      lgsm/functions/command_start.sh

2
lgsm/functions/command_start.sh

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

Loading…
Cancel
Save