Typo on line to grab pushover script.

This commit is contained in:
Richard Goodwin
2018-10-17 10:07:43 -05:00
parent 32095c04e9
commit dc62ce2ee4

View File

@@ -139,7 +139,7 @@ function configure_pushover_scripts() {
if [ ${user_enabled_pushover} = "true" ] if [ ${user_enabled_pushover} = "true" ]
then then
pushd /root/bin pushd /root/bin
wget https://raw.githubusercontent.com/"$TESLAUSB_REPO"/teslausb/"$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 archive-teslacam-clips
popd popd
fi fi