mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
scripts/tls: Fix kube-conf for darwin OS type
This commit is contained in:
committed by
Dalton Hubble
parent
43cf9cba66
commit
2bdffc7569
@@ -6,7 +6,7 @@ function usage {
|
||||
}
|
||||
|
||||
function base64_encode {
|
||||
if [[ "$OSTYPE" == "darwin" ]]; then
|
||||
if [[ "$OSTYPE" == darwin* ]]; then
|
||||
base64 $1
|
||||
else
|
||||
base64 -w 0 $1
|
||||
|
||||
Reference in New Issue
Block a user