|
|
@@ -2,7 +2,7 @@
|
|
|
# LGSM fn_getopt function
|
|
|
# Author: Daniel Gibbs
|
|
|
# Website: http://gameservermanagers.com
|
|
|
-# Version: 060515
|
|
|
+# Version: 190515
|
|
|
|
|
|
# Description: getopt arguments.
|
|
|
|
|
|
@@ -65,8 +65,12 @@ case "$getopt" in
|
|
|
fn_details;;
|
|
|
backup)
|
|
|
fn_backup;;
|
|
|
+ install)
|
|
|
+ fn_install;;
|
|
|
+ auto-install)
|
|
|
+ fn_autoinstall;;
|
|
|
*)
|
|
|
- echo "Usage: $0 {start|stop|restart|update|monitor|email-test|details|backup}"
|
|
|
+ echo "Usage: $0 {start|stop|restart|update|monitor|email-test|details|backup|install|auto-install}"
|
|
|
exit 1;;
|
|
|
esac
|
|
|
exit
|