mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Better testing of pushover
And archive loop logging weirdness.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
# Change the value on the right side of the equal sign to the name of the server hosting the archive.
|
||||
ARCHIVE_HOST_NAME=archiveserver
|
||||
LOGFILE=/tmp/archiveloop.log
|
||||
LOG_FILE=/tmp/archiveloop.log
|
||||
|
||||
function log () {
|
||||
echo "$( date ) : $1" >> "$LOGFILE"
|
||||
echo "$( date ) : $1" >> "$LOG_FILE"
|
||||
}
|
||||
|
||||
function archive_is_reachable () {
|
||||
|
||||
Reference in New Issue
Block a user