aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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