mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-19 19:10:25 +02:00
Backport a fix from 14f30b30
This commit is contained in:
parent
609524356c
commit
b40f3f35ca
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z ENABLE_CERTBOT ] || [ -f /certs/cert.pem ]
|
||||
if [ -z $ENABLE_CERTBOT ] || [ -f /certs/cert.pem ]
|
||||
then
|
||||
cp /etc/nginx/nginx.conf.default /etc/nginx/nginx.conf
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user