From 5fedf3b3ca4245f84e60053894d8ae6fe2c2c677 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 5 Dec 2015 14:26:53 +0100 Subject: [PATCH] replace source with . source searches in $PATH which should not be necessary and might be problematic. --- letsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '+/' '-_' -- 2.39.5