Merge pull request #33 from rtgoodwin/push-hot-fix

Typo on script name
This commit is contained in:
cimryan
2018-10-17 10:41:34 -07:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ function move_clips_to_archive () {
if [ -r "/root/.teslaCamPushoverCredentials" ]
then
log "Sending Pushover message for copied files."
/root/bin/send-pushover.sh $move_count
/root/bin/send-pushover $move_count
fi
log "Finished moving clips to archive."
}