From ca7665cee7e9e6fe4779e671793f69e2136616a5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 26 Dec 2015 20:49:50 +0000 Subject: [PATCH] updated command_backup.sh --- functions/command_backup.sh | 2 +- functions/core_getopt.sh | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/command_backup.sh b/functions/command_backup.sh index 60e6b3466..871da4349 100644 --- a/functions/command_backup.sh +++ b/functions/command_backup.sh @@ -1,5 +1,5 @@ #!/bin/bash -# LGSM fn_backup function +# LGSM command_backup.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com lgsm_version="201215" diff --git a/functions/core_getopt.sh b/functions/core_getopt.sh index 6574a34a1..dfbf43907 100644 --- a/functions/core_getopt.sh +++ b/functions/core_getopt.sh @@ -30,7 +30,7 @@ case "$getopt" in d|details) command_details.sh;; b|backup) - fn_backup;; + command_backup.sh;; c|console) command_console.sh;; d|debug) @@ -89,7 +89,7 @@ case "$getopt" in d|details) command_details.sh;; b|backup) - fn_backup;; + command_backup.sh;; dev|dev-debug) dev_debug.sh;; i|install) @@ -136,7 +136,7 @@ case "$getopt" in et|email-test) email_test.sh;; b|backup) - fn_backup;; + command_backup.sh;; dev|dev-debug) dev_debug.sh;; console) @@ -190,7 +190,7 @@ case "$getopt" in d|details) command_details.sh;; b|backup) - fn_backup;; + command_backup.sh;; c|console) command_console.sh;; d|debug) @@ -250,7 +250,7 @@ case "$getopt" in d|details) command_details.sh;; b|backup) - fn_backup;; + command_backup.sh;; c|console) command_console.sh;; d|debug) @@ -312,7 +312,7 @@ case "$getopt" in d|details) command_details.sh;; b|backup) - fn_backup;; + command_backup.sh;; c|console) command_console.sh;; d|debug) @@ -373,7 +373,7 @@ case "$getopt" in d|details) command_details.sh;; b|backup) - fn_backup;; + command_backup.sh;; c|console) command_console.sh;; d|debug)