aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-08-06 22:46:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-08-06 22:46:07 -0300
commit1933bbd450f9acb9d7281d9e5cb34437f8b27179 (patch)
tree3e14c6c204116a3ac1a8f50630f8250d1f525a1d
parentb16f0b0345a898657dcec36cba3ca12df82ba55d (diff)
downloadborger-1933bbd450f9acb9d7281d9e5cb34437f8b27179.tar.gz
borger-1933bbd450f9acb9d7281d9e5cb34437f8b27179.tar.bz2
Lockfile cleanup
-rwxr-xr-xborger6
1 files changed, 1 insertions, 5 deletions
diff --git a/borger b/borger
index a4d2f73..05d8d2b 100755
--- a/borger
+++ b/borger
@@ -64,11 +64,7 @@ function borger_setup {
fi
# Lockfile location
- if [ "$OPTION" == "--continuous" ]; then
- LOCKFILE="$TMP/$BASENAME/$DESTINATION-continuous.lock"
- else
- LOCKFILE="$TMP/$BASENAME/$DESTINATION.lock"
- fi
+ LOCKFILE="$TMP/$BASENAME/$DESTINATION.lock"
}
# Process configuration