From 95602338a3842adca3941df9e83900669a892f4a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 26 Dec 2015 09:44:17 +0000 Subject: [PATCH] check_systemdir --- functions/check_systemdir.sh | 2 +- functions/command_backup.sh | 2 +- functions/command_console.sh | 2 +- functions/command_debug.sh | 2 +- functions/command_monitor.sh | 4 ++-- functions/command_start.sh | 4 ++-- functions/command_stop.sh | 4 ++-- functions/command_validate.sh | 2 +- functions/dev_detect_deps.sh | 2 +- functions/email_test.sh | 2 +- functions/update_dl.sh | 4 ++-- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/functions/check_systemdir.sh b/functions/check_systemdir.sh index ffd92253a..896ae5bf4 100644 --- a/functions/check_systemdir.sh +++ b/functions/check_systemdir.sh @@ -1,5 +1,5 @@ #!/bin/bash -# LGSM fn_check_systemdir function +# LGSM check_systemdir.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com lgsm_version="061115" diff --git a/functions/command_backup.sh b/functions/command_backup.sh index e7bc601e9..60e6b3466 100644 --- a/functions/command_backup.sh +++ b/functions/command_backup.sh @@ -8,7 +8,7 @@ lgsm_version="201215" local modulename="Backup" check_root.sh -fn_check_systemdir +check_systemdir.sh backupname="${servicename}-$(date '+%Y-%m-%d-%H%M%S')" echo "" echo "${gamename} Backup" diff --git a/functions/command_console.sh b/functions/command_console.sh index fb066e345..490612b9c 100644 --- a/functions/command_console.sh +++ b/functions/command_console.sh @@ -8,7 +8,7 @@ lgsm_version="061115" local modulename="Console" check_root.sh -fn_check_systemdir +check_systemdir.sh echo "" echo "${gamename} Console" echo "============================" diff --git a/functions/command_debug.sh b/functions/command_debug.sh index a231b8000..9404b0c09 100644 --- a/functions/command_debug.sh +++ b/functions/command_debug.sh @@ -8,7 +8,7 @@ lgsm_version="061115" local modulename="Debug" check_root.sh -fn_check_systemdir +check_systemdir.sh check_ip.sh check_logs.sh info_distro.sh diff --git a/functions/command_monitor.sh b/functions/command_monitor.sh index 3fcb3a88c..50acfc1d2 100644 --- a/functions/command_monitor.sh +++ b/functions/command_monitor.sh @@ -11,7 +11,7 @@ local modulename="Monitor" command_monitor.sh_teamspeak3(){ check_root.sh -fn_check_systemdir +check_systemdir.sh logs.sh fn_printdots "${servername}" fn_scriptlog "${servername}" @@ -55,7 +55,7 @@ fn_restart command_monitor.sh_tmux(){ check_root.sh -fn_check_systemdir +check_systemdir.sh check_ip.sh info_config.sh fn_printdots "${servername}" diff --git a/functions/command_start.sh b/functions/command_start.sh index def922be3..26358df97 100644 --- a/functions/command_start.sh +++ b/functions/command_start.sh @@ -10,7 +10,7 @@ local modulename="Starting" command_start.sh_teamspeak3(){ check_root.sh -fn_check_systemdir +check_systemdir.sh check_logs.sh check_ts3status.sh @@ -74,7 +74,7 @@ echo -en "\n" command_start.sh_tmux(){ check_root.sh -fn_check_systemdir +check_systemdir.sh check_ip.sh check_logs.sh if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then diff --git a/functions/command_stop.sh b/functions/command_stop.sh index a0b72ec23..45a70074e 100644 --- a/functions/command_stop.sh +++ b/functions/command_stop.sh @@ -30,7 +30,7 @@ sdtd_telnet(){ command_stop.sh_teamspeak3(){ check_root.sh -fn_check_systemdir +check_systemdir.sh fn_printdots "${servername}" fn_scriptlog "${servername}" sleep 1 @@ -51,7 +51,7 @@ echo -en "\n" command_stop.sh_tmux(){ check_root.sh -fn_check_systemdir +check_systemdir.sh info_config.sh fn_printdots "${servername}" fn_scriptlog "${servername}" diff --git a/functions/command_validate.sh b/functions/command_validate.sh index 221d6e401..66419eb2f 100644 --- a/functions/command_validate.sh +++ b/functions/command_validate.sh @@ -43,7 +43,7 @@ fn_scriptlog "Checking complete" } fn_check_root -fn_check_systemdir +check_systemdir.sh tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -v failed|grep -Ec "^${servicename}:") if [ "${tmuxwc}" -eq 1 ]; then command_stop.sh diff --git a/functions/dev_detect_deps.sh b/functions/dev_detect_deps.sh index bd17b97b8..7066aea81 100644 --- a/functions/dev_detect_deps.sh +++ b/functions/dev_detect_deps.sh @@ -8,7 +8,7 @@ lgsm_version="201215" local modulename="Backup" check_root.sh -fn_check_systemdir +check_systemdir.sh cd "${executabledir}" if [ "${executable}" == "./hlds_run" ]; then executable=hlds_linux diff --git a/functions/email_test.sh b/functions/email_test.sh index f067a6c65..524857864 100644 --- a/functions/email_test.sh +++ b/functions/email_test.sh @@ -8,7 +8,7 @@ lgsm_version="061115" local modulename="Email" check_root.sh -fn_check_systemdir +check_systemdir.sh info_config.sh if [ "${emailnotification}" = "on" ]; then fn_scriptlog "Sending test notification" diff --git a/functions/update_dl.sh b/functions/update_dl.sh index cacd4f1ef..18c62f144 100644 --- a/functions/update_dl.sh +++ b/functions/update_dl.sh @@ -10,7 +10,7 @@ local modulename="Update" fn_steamcmd_dl(){ check_root.sh -fn_check_systemdir +check_systemdir.sh info_config.sh fn_printdots "Updating ${servername}" sleep 1 @@ -40,7 +40,7 @@ fi fn_teamspeak3_dl(){ check_root.sh -fn_check_systemdir +check_systemdir.sh info_config.sh fn_printdots "Updating ${servername}" sleep 1