|
|
@ -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 |
|
|
|