Move send-pushover to top level.

This commit is contained in:
cimryan
2018-10-23 22:26:39 -07:00
parent e4e24d008d
commit b60397ee29
2 changed files with 1 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ function configure_archive_scripts () {
function configure_pushover_scripts() { function configure_pushover_scripts() {
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"/send-pushover
chmod +x send-pushover chmod +x send-pushover
popd popd
} }