We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb81bab commit 2ccafb5Copy full SHA for 2ccafb5
docker/files/entrypoint.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -eo pipefail
3
4
-unlink /etc/nginx/sites-enabled/default
+unlink /etc/nginx/sites-enabled/default || true
5
6
SETUP_CHATMAIL_SERVICE_PATH="${SETUP_CHATMAIL_SERVICE_PATH:-/lib/systemd/system/setup_chatmail.service}"
7
0 commit comments