mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Make send-pushover safe to always invoke, and always invoke it. Split CIFS archiving to archive-cifs.sh
This commit is contained in:
@@ -199,13 +199,10 @@ function configure_archive_scripts () {
|
||||
}
|
||||
|
||||
function configure_pushover_scripts() {
|
||||
if [ ${USER_ENABLED_PUSHOVER} = "true" ]
|
||||
then
|
||||
pushd /root/bin
|
||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/send-pushover
|
||||
chmod +x send-pushover
|
||||
popd
|
||||
fi
|
||||
}
|
||||
|
||||
function configure_rc_local () {
|
||||
|
||||
Reference in New Issue
Block a user