From: Simon Ruderich Date: Sat, 5 Dec 2015 13:26:53 +0000 (+0100) Subject: replace source with . X-Git-Tag: v0.1.0~221^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fedf3b3ca4245f84e60053894d8ae6fe2c2c677;p=thirdparty%2Fdehydrated.git replace source with . source searches in $PATH which should not be necessary and might be problematic. --- diff --git a/letsencrypt.sh b/letsencrypt.sh index 361ab30..edacf36 100755 --- a/letsencrypt.sh +++ b/letsencrypt.sh @@ -2,7 +2,7 @@ set -e -source config.sh +. ./config.sh urlbase64() { base64 -w 0 | sed -r 's/=*$//g' | tr '+/' '-_'