Skip to content

Commit 210b570

Browse files
Setting appliance version for AES-256 POV
PR URL: https://www.github.com/delphix/delphix-platform/pull/551
1 parent 76f2368 commit 210b570

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)