mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-06 04:55:22 +02:00
replace source with .
source searches in $PATH which should not be necessary and might be problematic.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
source config.sh
|
. ./config.sh
|
||||||
|
|
||||||
urlbase64() {
|
urlbase64() {
|
||||||
base64 -w 0 | sed -r 's/=*$//g' | tr '+/' '-_'
|
base64 -w 0 | sed -r 's/=*$//g' | tr '+/' '-_'
|
||||||
|
|||||||
Reference in New Issue
Block a user