diff --git a/zsc-sync.sh b/zsc-sync.sh index 4db1609..0c4d5b9 100755 --- a/zsc-sync.sh +++ b/zsc-sync.sh @@ -19,8 +19,8 @@ fi ### LOCK ### -echo "Locking ZSC" -if ! lockfile-create -p -r 2 "zsc"; then +echo "Locking $0" +if ! lockfile-create -p -r 2 "$0"; then echo "Another backup is running, aborting" exit 49 fi @@ -174,5 +174,5 @@ done ### UNLOCK ### -echo "Unlocking ZSC" -lockfile-remove "zsc" +echo "Unlocking $0" +lockfile-remove "$0"