LAST typo on chmod. Tested working at this point.

This commit is contained in:
Richard Goodwin
2018-10-17 10:24:59 -05:00
parent dc62ce2ee4
commit 24035c5e86

View File

@@ -140,7 +140,7 @@ if [ ${user_enabled_pushover} = "true" ]
then then
pushd /root/bin pushd /root/bin
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/send-pushover wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/send-pushover
chmod +x archive-teslacam-clips chmod +x send-pushover
popd popd
fi fi
} }