From b60397ee291dab767d746c8d1ac2d6ec02fd33af Mon Sep 17 00:00:00 2001 From: cimryan Date: Tue, 23 Oct 2018 22:26:39 -0700 Subject: [PATCH] Move send-pushover to top level. --- windows_archive/send-pushover => send-pushover | 0 setup-teslausb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename windows_archive/send-pushover => send-pushover (100%) 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 }