Commit 4c0b2585 authored by Aaron Crickenberger's avatar Aaron Crickenberger

dd status=none does not exist on macOS

Redirect transfer stats to /dev/null instead
parent 9d4b5746
......@@ -214,7 +214,7 @@ resources:
- aesgcm:
keys:
- name: key1
secret: $(dd if=/dev/random bs=32 count=1 status=none | base64 | tr -d '\r\n')
secret: $(dd if=/dev/random bs=32 count=1 2>/dev/null | base64 | tr -d '\r\n')
EOM
)
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment