diff --git a/installer.sh b/installer.sh index 1da571f..d40def8 100644 --- a/installer.sh +++ b/installer.sh @@ -803,6 +803,7 @@ install -m 755 "${APP_DIR}/update.sh" /usr/local/sbin/mailwolt-update cat > /etc/sudoers.d/mailwolt-certbot <<'SUDOERS' www-data ALL=(root) NOPASSWD: /usr/local/sbin/mailwolt-apply-domains www-data ALL=(root) NOPASSWD: /usr/local/sbin/mailwolt-update +www-data ALL=(root) NOPASSWD: /usr/bin/certbot SUDOERS chmod 440 /etc/sudoers.d/mailwolt-certbot