Of course I missed another typo.

This commit is contained in:
Richard Goodwin
2018-10-17 12:13:43 -05:00
parent 6f409b0ada
commit 619852dd26

View File

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