From 1056b5b5edd43d1e1df46fef701c940eb03b255a Mon Sep 17 00:00:00 2001 From: kamuri Date: Tue, 17 Oct 2017 23:12:09 +0200 Subject: [PATCH] Add --ignore-missing. Now is fixed. --- target/check-for-changes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/check-for-changes.sh b/target/check-for-changes.sh index a42df40e..50b6349b 100755 --- a/target/check-for-changes.sh +++ b/target/check-for-changes.sh @@ -29,7 +29,7 @@ while true; do log_date=$(date +"%Y-%m-%d %H:%M:%S ") # Get chksum and check it. -chksum=$(sha512sum -c chksum) +chksum=$(sha512sum -c --ignore-missing chksum) resu_acc=${chksum:21:2} if [ -f postfix-virtual.cf ]; then resu_vir=${chksum:44:2}