make TCP_UDP_SERVICE not be stateful
[mirror/dsa-puppet.git] / modules / roles / files / static-mirroring / static-master-update-component
index 6f7ff03..f2ea116 100755 (executable)
@@ -35,6 +35,10 @@ base=/home/staticsync/static-master/master
 set -e
 set -u
 
+if [ "`id -u`" != "`stat -c %u "$base"`" ]; then
+  echo >&2 "You are probably running this as the wrong user."
+  exit 1
+fi
 
 lock() {
   local fd="$1"; shift