Browse Source

fi & quotes

pull/947/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
5beef0efa1
  1. 3
      lgsm/functions/command_start.sh

3
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

Loading…
Cancel
Save