Skip to content

Commit

Permalink
fixed missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
phreaker0 committed Jan 17, 2020
1 parent e5c998c commit 2de0060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanoid
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2de0060

Please sign in to comment.