diff options
-rwxr-xr-x | borger | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |