Merge branch 'dev' into ifttt

This commit is contained in:
Josenivaldo Benito Jr 2016-08-31 17:05:31 -03:00
commit 562d6d05f2

View file

@ -442,6 +442,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
}