1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Don't wrap when generating base64

This commit is contained in:
lamai93 2018-12-03 16:13:19 +01:00
parent b18d6f351c
commit 5dc637d8d3

View file

@ -5,7 +5,7 @@ if [ -z $2 ]; then
exit 0 exit 0
fi fi
LICENSE=$(echo "${2}" | base64 ) LICENSE=$(echo "${2}" | base64 -w 0 )
NS=$1 NS=$1
if [ -z $NS ]; then if [ -z $NS ]; then