From 24035c5e8697068f40c5bc1a18f748c9e6d7ef33 Mon Sep 17 00:00:00 2001 From: Richard Goodwin Date: Wed, 17 Oct 2018 10:24:59 -0500 Subject: [PATCH] LAST typo on chmod. Tested working at this point. --- windows_archive/setup-teslausb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows_archive/setup-teslausb b/windows_archive/setup-teslausb index daa1630..045360c 100644 --- a/windows_archive/setup-teslausb +++ b/windows_archive/setup-teslausb @@ -140,7 +140,7 @@ if [ ${user_enabled_pushover} = "true" ] then pushd /root/bin wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/send-pushover - chmod +x archive-teslacam-clips + chmod +x send-pushover popd fi }