From a1a9c8a4a5e25dac1db912c8884b47c60170cbf9 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Sat, 16 Jan 2016 22:29:09 +0100 Subject: [PATCH] added header with script-name and url to github repository --- letsencrypt.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/letsencrypt.sh b/letsencrypt.sh index 18a2619..cf4d0ca 100755 --- a/letsencrypt.sh +++ b/letsencrypt.sh @@ -1,4 +1,8 @@ #!/usr/bin/env bash + +# letsencrypt.sh by lukas2511 +# Source: https://github.com/lukas2511/letsencrypt.sh + set -e set -u set -o pipefail