Skip to content

Commit 6acf1c1

Browse files
Setting appliance version for AES-256 POV
1 parent 76f2368 commit 6acf1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/common/usr/bin/get-appliance-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [[ $# -gt 2 ]]; then
4848
fi
4949

5050
if [[ $# -eq 1 ]]; then
51-
echo "$output" | tr -d '\n'
51+
echo "$output" | tr -d '\n' | sed 's/$/-AES-256/'
5252
shift
5353
fi
5454

0 commit comments

Comments
 (0)