]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Be a little (but not an awful lot) more assertive
authorPeter Palfrader <peter@palfrader.org>
Thu, 25 Apr 2013 13:56:49 +0000 (15:56 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 25 Apr 2013 13:56:49 +0000 (15:56 +0200)
modules/roles/files/static-mirroring/static-master-ssh-wrap

index 54c6f3459038994ec3116b79c9106802065b5207..0fe7c7377c931b4add448d014b4a8dc0f6cd690b 100755 (executable)
@@ -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/."