diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-08-06 22:46:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-08-06 22:46:07 -0300 |
commit | 1933bbd450f9acb9d7281d9e5cb34437f8b27179 (patch) | |
tree | 3e14c6c204116a3ac1a8f50630f8250d1f525a1d | |
parent | b16f0b0345a898657dcec36cba3ca12df82ba55d (diff) | |
download | borger-1933bbd450f9acb9d7281d9e5cb34437f8b27179.tar.gz borger-1933bbd450f9acb9d7281d9e5cb34437f8b27179.tar.bz2 |
Lockfile cleanup
-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 |