Skip to content

Commit 2ccafb5

Browse files
Keonik1missytake
authored andcommitted
fix unlink if default nginx conf is not exist
- #614 (comment)
1 parent fb81bab commit 2ccafb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/files/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -eo pipefail
33

4-
unlink /etc/nginx/sites-enabled/default
4+
unlink /etc/nginx/sites-enabled/default || true
55

66
SETUP_CHATMAIL_SERVICE_PATH="${SETUP_CHATMAIL_SERVICE_PATH:-/lib/systemd/system/setup_chatmail.service}"
77

0 commit comments

Comments
 (0)