Browse Source

removed echo

Daniel Gibbs 10 năm trước cách đây
mục cha
commit
cd42c51d5c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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