summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsyncrepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncrepo.sh b/syncrepo.sh
index 8f62d7a..019e4e1 100755
--- a/syncrepo.sh
+++ b/syncrepo.sh
@@ -10,7 +10,7 @@
home="/srv"
target="${home}/repo"
tmp="${home}/tmp"
-lock='/tmp/mirrorsync.lck'
+lock='/var/lock/syncrepo.lck'
# NOTE: You'll probably want to change this or remove the --bwlimit setting in
# the rsync call below
bwlimit=4096