We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd6630 commit 29f06b1Copy full SHA for 29f06b1
files/common/usr/bin/get-appliance-version
@@ -48,7 +48,7 @@ if [[ $# -gt 2 ]]; then
48
fi
49
50
if [[ $# -eq 1 ]]; then
51
- echo "$output" | tr -d '\n'
+ echo "$output" | tr -d '\n' | sed 's/$/-AES-256/'
52
shift
53
54
0 commit comments