From: Lukas Schauer Date: Tue, 8 Dec 2015 13:43:15 +0000 (+0100) Subject: added shebang to example config X-Git-Tag: v0.1.0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c70b77a90d8b77c9a9e6cb9ffdb79a7d3eff81b4;p=thirdparty%2Fdehydrated.git added shebang to example config --- diff --git a/config.sh.example b/config.sh.example index d90982d..27163a4 100644 --- a/config.sh.example +++ b/config.sh.example @@ -1,4 +1,6 @@ -# default values are commented +#!/bin/bash + +# Default values are commented #CA="https://acme-v01.api.letsencrypt.org" #WELLKNOWN=".acme-challenges"