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 76f2368 commit 210b570Copy full SHA for 210b570
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