Browse Source

updated names

pull/592/head
Daniel Gibbs 9 years ago
parent
commit
dfc216a414
  1. 4
      functions/core_functions.sh
  2. 14
      functions/core_getopt.sh

4
functions/core_functions.sh

@ -152,12 +152,12 @@ fn_runfunction
# Dev # Dev
dev_debug.sh(){ command_dev_debug.sh(){
functionfile="${FUNCNAME}" functionfile="${FUNCNAME}"
fn_runfunction fn_runfunction
} }
dev_detect_deps.sh(){ command_dev_detect_deps.sh(){
functionfile="${FUNCNAME}" functionfile="${FUNCNAME}"
fn_runfunction fn_runfunction
} }

14
functions/core_getopt.sh

@ -42,7 +42,7 @@ case "$getopt" in
ai|auto-install) ai|auto-install)
fn_autoinstall;; fn_autoinstall;;
dd|depsdetect) dd|depsdetect)
dev_detect_deps.sh;; command_dev_detect_deps.sh;;
*) *)
echo "Usage: $0 [option]" echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}" echo "${gamename} - Linux Game Server Manager - Version ${version}"
@ -97,7 +97,7 @@ case "$getopt" in
ai|auto-install) ai|auto-install)
fn_autoinstall;; fn_autoinstall;;
dd|depsdetect) dd|depsdetect)
dev_detect_deps.sh;; command_dev_detect_deps.sh;;
*) *)
echo "Usage: $0 [option]" echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}" echo "${gamename} - Linux Game Server Manager - Version ${version}"
@ -144,7 +144,7 @@ case "$getopt" in
d|debug) d|debug)
command_debug.sh;; command_debug.sh;;
dd|depsdetect) dd|depsdetect)
dev_detect_deps.sh;; command_dev_detect_deps.sh;;
*) *)
echo "Usage: $0 [option]" echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}" echo "${gamename} - Linux Game Server Manager - Version ${version}"
@ -202,7 +202,7 @@ case "$getopt" in
ai|auto-install) ai|auto-install)
fn_autoinstall;; fn_autoinstall;;
dd|depsdetect) dd|depsdetect)
dev_detect_deps.sh;; command_dev_detect_deps.sh;;
*) *)
echo "Usage: $0 [option]" echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}" echo "${gamename} - Linux Game Server Manager - Version ${version}"
@ -259,7 +259,7 @@ case "$getopt" in
mc|map-compressor) mc|map-compressor)
compress_ut99_maps.sh;; compress_ut99_maps.sh;;
dd|depsdetect) dd|depsdetect)
dev_detect_deps.sh;; command_dev_detect_deps.sh;;
*) *)
echo "Usage: $0 [option]" echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}" echo "${gamename} - Linux Game Server Manager - Version ${version}"
@ -321,7 +321,7 @@ case "$getopt" in
ai|auto-install) ai|auto-install)
fn_autoinstall;; fn_autoinstall;;
dd|depsdetect) dd|depsdetect)
dev_detect_deps.sh;; command_dev_detect_deps.sh;;
mc|map-compressor) mc|map-compressor)
compress_unreal2_maps.sh;; compress_unreal2_maps.sh;;
*) *)
@ -382,7 +382,7 @@ case "$getopt" in
mc|map-compressor) mc|map-compressor)
compress_unreal2_maps.sh;; compress_unreal2_maps.sh;;
dd|depsdetect) dd|depsdetect)
dev_detect_deps.sh;; command_dev_detect_deps.sh;;
*) *)
echo "Usage: $0 [option]" echo "Usage: $0 [option]"
echo "${gamename} - Linux Game Server Manager - Version ${version}" echo "${gamename} - Linux Game Server Manager - Version ${version}"

Loading…
Cancel
Save