Browse Source

Spacing and quote

pull/947/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
a289e4d574
  1. 4
      lgsm/functions/update_mumble.sh

4
lgsm/functions/update_mumble.sh

@ -54,8 +54,8 @@ sleep 1
sleep 1 sleep 1
# Check again and exit on failure. # Check again and exit on failure.
if [ ! -f ""${consolelogdir}"/"${servicename}"-console.log" ]; then if [ ! -f ""${consolelogdir}"/"${servicename}"-console.log" ]; then
fn_print_fail_nl "Still no logs found, can't retrieve server version fn_print_fail_nl "Still no logs found, cannot retrieve server version"
fn_script_log_fatal "Still no logs found, can't retrieve server version" fn_script_log_fatal "Still no logs found, cannot retrieve server version"
core_exit.sh core_exit.sh
else else
fn_print_ok_nl "Logs found" fn_print_ok_nl "Logs found"

Loading…
Cancel
Save