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

@@ -54,6 +54,7 @@ function default_settings() {
function update_script() {
header_info
if [[ ! -d /opt/AdGuardHome ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Stopping AdguardHome"
systemctl stop AdGuardHome
msg_ok "Stopped AdguardHome"