Преглед на файлове

updated command_backup.sh

Daniel Gibbs преди 10 години
родител
ревизия
ca7665cee7
променени са 2 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 1 1
      functions/command_backup.sh
  2. 7 7
      functions/core_getopt.sh

+ 1 - 1
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"

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