quoting issue
This commit is contained in:
@@ -11,7 +11,7 @@ CACRT="/run/secrets/kubernetes.io/serviceaccount/ca.crt"
|
||||
typeset -A receiptname
|
||||
typeset -A receiptversion
|
||||
|
||||
CURLOPTS='-s --cacert ${CACRT} -H "Accept: application/json" -H "User-Agent: ksh93 receipt processor 0.1" -H "Authorization: Bearer ${TOKEN}"'
|
||||
CURLOPTS="-s --cacert ${CACRT} -H 'Accept: application/json' -H 'User-Agent: ksh93 receipt processor 0.1' -H 'Authorization: Bearer ${TOKEN}'"
|
||||
|
||||
updatedreceipts=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user