added header with script-name and url to github repository

This commit is contained in:
Lukas Schauer
2016-01-16 22:29:09 +01:00
parent c3c9ff4c75
commit a1a9c8a4a5

View File

@@ -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