chore(cli): removing log message (#1186)

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2023-04-19 15:01:48 +02:00 committed by GitHub
parent 9a520b6352
commit 1a6277c29f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -415,7 +415,7 @@ do
clean_tmp_dir
exit 100
}
if /var/lib/openreplay/busybox md5sum -c "${tmp_dir}/var.yaml.md5"; then
if /var/lib/openreplay/busybox md5sum -c "${tmp_dir}/var.yaml.md5" &> /dev/null; then
log info "No change detected in ${BWHITE}${OR_DIR}/vars.yaml${GREEN}. Not reloading"
else
reload