From c6452873f2c07bf513ac9446ca7abc717051063c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 25 Apr 2013 15:56:49 +0200 Subject: [PATCH 1/1] Be a little (but not an awful lot) more assertive --- modules/roles/files/static-mirroring/static-master-ssh-wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/files/static-mirroring/static-master-ssh-wrap b/modules/roles/files/static-mirroring/static-master-ssh-wrap index 54c6f345..0fe7c737 100755 --- a/modules/roles/files/static-mirroring/static-master-ssh-wrap +++ b/modules/roles/files/static-mirroring/static-master-ssh-wrap @@ -66,7 +66,7 @@ do_rsync() { info "host $remote_host wants $path, acquiring lock" exec 200< "$path" if ! flock -s -w 0 200; then - echo >&2 "Cannot acquire shared lock on $path - this means an update is already underway anyway (probably)." + echo >&2 "Cannot acquire shared lock on $path - this should mean an update is already underway anyway." exit 1 fi rsync $args "$path/." -- 2.39.2