Daniel Gibbs 10 years ago
parent
commit
178bf946d8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      functions/check.sh

+ 0 - 2
functions/check.sh

@@ -29,8 +29,6 @@ local allowed_commands_array=( command_backup.sh command_console.sh command_debu
 for allowed_command in "${allowed_commands_array[@]}"
 for allowed_command in "${allowed_commands_array[@]}"
 do
 do
 	if [ "${allowed_command}" == "${function_selfname}" ]; then
 	if [ "${allowed_command}" == "${function_selfname}" ]; then
-		:
-	else
 		check_logs.sh
 		check_logs.sh
 	fi
 	fi
 done
 done