From 2de006072f0dc3b40f4caf2021253b1763079eba Mon Sep 17 00:00:00 2001 From: Christoph Klaffl Date: Fri, 17 Jan 2020 01:04:16 +0100 Subject: [PATCH] fixed missing ; --- sanoid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanoid b/sanoid index 2720f60..ece2380 100755 --- a/sanoid +++ b/sanoid @@ -1402,7 +1402,7 @@ sub checklock { close FH; # if we didn't get exactly 2 items from the lock file there is a problem if (scalar(@lock) != 2) { - warn "WARN: deleting invalid $lockfile\n" + warn "WARN: deleting invalid $lockfile\n"; unlink $lockfile; return 1 }