|
|
@ -65,8 +65,10 @@ local allowed_commands_array=( command_debug.sh command_details.sh command_monit |
|
|
|
for allowed_command in "${allowed_commands_array[@]}" |
|
|
|
do |
|
|
|
if [ "${allowed_command}" == "${function_selfname}" ]; then |
|
|
|
if [ -z "${installflag}" ]; then |
|
|
|
check_ip.sh |
|
|
|
fi |
|
|
|
fi |
|
|
|
done |
|
|
|
|
|
|
|
local allowed_commands_array=( update_steamcmd.sh command_debug.sh command_start.sh command_validate.sh ) |
|
|
|