Daniel Gibbs il y a 10 ans
Parent
commit
178bf946d8
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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