فهرست منبع

Removed SteamCMD check from start stop and debug

As this check cuases issue on dev when i pre-load the server files.
Daniel Gibbs 10 سال پیش
والد
کامیت
e26126dfba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      functions/check.sh

+ 1 - 1
functions/check.sh

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