From 07f113d3d8375b73d313d940002f99273b6f1173 Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 1 Jan 2019 22:07:00 +0100 Subject: [PATCH] Add newline for output clarity --- init-letsencrypt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init-letsencrypt.sh b/init-letsencrypt.sh index e59f65f..0e2ad52 100644 --- a/init-letsencrypt.sh +++ b/init-letsencrypt.sh @@ -19,6 +19,7 @@ if [ ! -e "$data_path/conf/options-ssl-nginx.conf" ] || [ ! -e "$data_path/conf/ mkdir -p "$data_path/conf" curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/options-ssl-nginx.conf > "$data_path/conf/options-ssl-nginx.conf" curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot/ssl-dhparams.pem > "$data_path/conf/ssl-dhparams.pem" + echo fi