Browse Source

added nl

pull/450/head
Daniel Gibbs 10 years ago
parent
commit
bbb3fb16ba
  1. 4
      functions/fn_monitor_query

4
functions/fn_monitor_query

@ -2,7 +2,7 @@
# LGSM fn_monitor_query function # LGSM fn_monitor_query function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 220315 # Version: 030715
# Description: uses gsquery.py to directly query the server. # Description: uses gsquery.py to directly query the server.
# Detects if the server has frozen. # Detects if the server has frozen.
@ -90,6 +90,6 @@ if [ -f "${rootdir}/gsquery.py" ]; then
exit exit
fi fi
else else
fn_printfail "Could not find ${rootdir}/gsquery.py" fn_printfailnl "Could not find ${rootdir}/gsquery.py"
fn_scriptlog "Could not find ${rootdir}/gsquery.py" fn_scriptlog "Could not find ${rootdir}/gsquery.py"
fi fi

Loading…
Cancel
Save