This commit is contained in:
tteckster
2023-03-21 13:40:34 -04:00
committed by GitHub
parent 0adb39c4e1
commit 3a2859feca
22 changed files with 23 additions and 8 deletions

View File

@@ -53,6 +53,7 @@ function default_settings() {
function update_script() {
header_info
if [[ ! -f /etc/systemd/system/changedetection.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating ${APP} LXC"
pip3 install changedetection.io --upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"