refactor: remove unused vars
This commit is contained in:
parent
590c480588
commit
1c65143bd6
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ STATUS_TOTAL=0
|
||||||
|
|
||||||
if run_checklock; then
|
if run_checklock; then
|
||||||
${ECHO} "Restic backup on $HOST starting at $(timestamp)"|notify
|
${ECHO} "Restic backup on $HOST starting at $(timestamp)"|notify
|
||||||
locks=0
|
|
||||||
else
|
else
|
||||||
${ECHO} "Backup on $HOST aborted at $(timestamp) due to locks" |notify
|
${ECHO} "Backup on $HOST aborted at $(timestamp) due to locks" |notify
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue