Daniel Gibbs 10 anni fa
parent
commit
178bf946d8
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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[@]}"
 do
 	if [ "${allowed_command}" == "${function_selfname}" ]; then
-		:
-	else
 		check_logs.sh
 	fi
 done