Browse Source

Added fn_check_logs to fn_debug

pull/342/head
Daniel Gibbs 10 years ago
parent
commit
84d5f48d7a
  1. 3
      functions/fn_debug

3
functions/fn_debug

@ -2,7 +2,7 @@
# LGSM fn_debug function
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Version: 110415
# Version: 160415
# Description: Runs the server without tmux. Runs direct from the terminal.
@ -10,6 +10,7 @@ local modulename="Debug"
fn_check_root
fn_check_systemdir
fn_check_ip
fn_check_logs
fn_details_distro
fn_parms
echo ""

Loading…
Cancel
Save