mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-21 08:39:01 +01:00
not using bash arrays anymore
This commit is contained in:
@@ -4,9 +4,6 @@ set -e
|
||||
|
||||
source config.sh
|
||||
|
||||
declare -A header
|
||||
declare -A request
|
||||
|
||||
urlbase64() {
|
||||
base64 -w 0 | sed -r 's/=*$//g' | tr '+/' '-_'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user