bug fix: missing space to address script error

This commit is contained in:
Ray Tanaka
2018-10-25 01:40:49 -07:00
parent ada91ef7e7
commit 3263313cdb

View File

@@ -7,7 +7,7 @@ function log () {
echo "$1" >> "$LOG_FILE"
}
if [ -r "/root/.teslaCamPushoverCredentials" ] && [ $NUM_FILES_MOVED > 0]
if [ -r "/root/.teslaCamPushoverCredentials" ] && [ $NUM_FILES_MOVED > 0 ]
then
log "Sending Pushover message for moved files."