Fix issue with acmetool

- https://github.com/chatmail/relay/pull/614#discussion_r2279630626
This commit is contained in:
Keonik1
2025-08-24 16:14:45 +03:00
committed by j4n
parent e1c0bffa52
commit bb590bb5ae
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/bash
set -eo pipefail
unlink /etc/nginx/sites-enabled/default
SETUP_CHATMAIL_SERVICE_PATH="${SETUP_CHATMAIL_SERVICE_PATH:-/lib/systemd/system/setup_chatmail.service}"
env_vars=$(printenv | cut -d= -f1 | xargs)