mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-12 08:02:41 +02:00
not using bash arrays anymore
This commit is contained in:
@@ -4,9 +4,6 @@ set -e
|
|||||||
|
|
||||||
source config.sh
|
source config.sh
|
||||||
|
|
||||||
declare -A header
|
|
||||||
declare -A request
|
|
||||||
|
|
||||||
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