From: Peter Palfrader Date: Thu, 25 Apr 2013 13:56:49 +0000 (+0200) Subject: Be a little (but not an awful lot) more assertive X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c6452873f2c07bf513ac9446ca7abc717051063c;p=dsa-puppet.git Be a little (but not an awful lot) more assertive --- 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/."