Daniel Gibbs 10 anni fa
parent
commit
cd42c51d5c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      functions/check.sh

+ 0 - 1
functions/check.sh

@@ -30,7 +30,6 @@ local allowed_commands_array=( backup console debug details map-compressor monit
 for allowed_command in "${allowed_commands_array[@]}"
 do
 	if [ "${allowed_command}" == "${getopt}" ]; then
-		echo "OK logs"
 		check_logs.sh
 	fi
 done