diff --git a/duplicity-backup.sh b/duplicity-backup.sh index ff262af..a1a72fa 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -439,6 +439,7 @@ get_lock() echo "lock failed, could not acquire ${LOCKFILE}" | tee -a "${LOGFILE}" >&2 echo "lock held by $(cat "${LOCKFILE}")" | tee -a "${LOGFILE}" >&2 email_logfile + send_notification exit 2 fi }