From 619852dd265570cdf270cd071848d375bc571562 Mon Sep 17 00:00:00 2001 From: Richard Goodwin Date: Wed, 17 Oct 2018 12:13:43 -0500 Subject: [PATCH] Of course I missed another typo. --- windows_archive/archive-teslacam-clips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows_archive/archive-teslacam-clips b/windows_archive/archive-teslacam-clips index 681392c..f0ec2ed 100644 --- a/windows_archive/archive-teslacam-clips +++ b/windows_archive/archive-teslacam-clips @@ -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." }