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