summaryrefslogtreecommitdiffstats
path: root/db-remove
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-04-11 13:52:32 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-04-11 13:52:32 +0200
commitad520b527f3c5d2471e4b471eca5439643a01939 (patch)
tree9ab80ba4aa1537fa53c89093761473e3a0c1a49c /db-remove
parent154b5301ff08ef29ff69afc17789a4f1a6a00c20 (diff)
downloaddbscripts-ad520b527f3c5d2471e4b471eca5439643a01939.tar.gz
dbscripts-ad520b527f3c5d2471e4b471eca5439643a01939.tar.xz
Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup fails
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-remove b/db-remove
index 3190231..0b77fc1 100755
--- a/db-remove
+++ b/db-remove
@@ -40,7 +40,7 @@ die() {
trap ctrl_c 2
trap cleanup 0
-repo_lock $reponame $_arch
+repo_lock $reponame $_arch || exit 1
/bin/mkdir -p "$WORKDIR"