浏览代码

updated function names

Daniel Gibbs 10 年之前
父节点
当前提交
cffc468049
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lgsm/functions/check.sh

+ 2 - 2
lgsm/functions/check.sh

@@ -50,7 +50,7 @@ do
 	fi
 done
 
-local allowed_commands_array=( update_check.sh command_debug.sh command_start.sh command_validate.sh )
+local allowed_commands_array=( update_steamcmd.sh command_debug.sh command_start.sh command_validate.sh )
 for allowed_command in "${allowed_commands_array[@]}"
 do
 	if [ "${allowed_command}" == "${function_selfname}" ]; then
@@ -76,7 +76,7 @@ do
 	fi
 done
 
-local allowed_commands_array=( command_details.sh command_monitor.sh command_start.sh command_stop.sh command_ts3_server_pass.sh update_check.sh command_details.sh command_validate.sh )
+local allowed_commands_array=( command_details.sh command_monitor.sh command_start.sh command_stop.sh command_ts3_server_pass.sh command_update.sh command_details.sh command_validate.sh )
 for allowed_command in "${allowed_commands_array[@]}"
 do
 	if [ "${allowed_command}" == "${function_selfname}" ]; then