Daniel Gibbs 10 лет назад
Родитель
Сommit
dfc216a414
2 измененных файлов с 9 добавлено и 9 удалено
  1. 2 2
      functions/core_functions.sh
  2. 7 7
      functions/core_getopt.sh

+ 2 - 2
functions/core_functions.sh

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

+ 7 - 7
functions/core_getopt.sh

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