diff --git a/ct/alpine-ntfy.sh b/ct/alpine-ntfy.sh index f1cf340c..94e47f77 100644 --- a/ct/alpine-ntfy.sh +++ b/ct/alpine-ntfy.sh @@ -31,6 +31,10 @@ function update_script() { $STD apk -U upgrade setcap 'cap_net_bind_service=+ep' /usr/bin/ntfy msg_ok "Updated $APP LXC" + + msg_info "Restarting ntfy" + rc-service ntfy restart + msg_ok "Restarted ntfy" exit }