Browse Source

updated command_backup.sh

pull/584/head
Daniel Gibbs 9 years ago
parent
commit
ca7665cee7
  1. 2
      functions/command_backup.sh
  2. 14
      functions/core_getopt.sh

2
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"

14
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)

Loading…
Cancel
Save