]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
replace source with .
authorSimon Ruderich <simon@ruderich.org>
Sat, 5 Dec 2015 13:26:53 +0000 (14:26 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 5 Dec 2015 15:38:19 +0000 (16:38 +0100)
source searches in $PATH which should not be necessary and might be
problematic.

letsencrypt.sh

index 361ab300cf1e1e1c75119abb06358f6d7a58de27..edacf3659fbe7e210aa617b5faf4fb331cc7df56 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-source config.sh
+. ./config.sh
 
 urlbase64() {
   base64 -w 0 | sed -r 's/=*$//g' | tr '+/' '-_'