mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
More descriptive
Also typos in LOGFILE var.
This commit is contained in:
@@ -5,7 +5,7 @@ CAM_MOUNT=/mnt/cam
|
||||
ARCHIVE_MOUNT=/mnt/archive
|
||||
|
||||
function log () {
|
||||
echo "$( date ) : $1" >> "$LOG_FILE"
|
||||
echo "$( date ) : $1" >> "$LOGFILE"
|
||||
}
|
||||
|
||||
function retry () {
|
||||
|
||||
Reference in New Issue
Block a user