diff --git a/windows_archive/send-pushover b/send-pushover similarity index 100% rename from windows_archive/send-pushover rename to send-pushover diff --git a/setup-teslausb b/setup-teslausb index 31723d7..338989b 100644 --- a/setup-teslausb +++ b/setup-teslausb @@ -132,7 +132,7 @@ function configure_archive_scripts () { function configure_pushover_scripts() { pushd /root/bin - wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/send-pushover + wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/send-pushover chmod +x send-pushover popd }