refactor: remove unused vars

This commit is contained in:
Alex Kelly 2023-01-17 10:07:52 -05:00
parent 590c480588
commit 1c65143bd6

View file

@ -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