From 210b570b7f0d2555d636445777a3445ec523b22e Mon Sep 17 00:00:00 2001 From: venkatanadhan gururaghavendran Date: Fri, 10 Oct 2025 15:39:06 +0530 Subject: [PATCH] Setting appliance version for AES-256 POV PR URL: https://www.github.com/delphix/delphix-platform/pull/551 --- files/common/usr/bin/get-appliance-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/common/usr/bin/get-appliance-version b/files/common/usr/bin/get-appliance-version index 8387cab05..ace05e2ab 100755 --- a/files/common/usr/bin/get-appliance-version +++ b/files/common/usr/bin/get-appliance-version @@ -48,7 +48,7 @@ if [[ $# -gt 2 ]]; then fi if [[ $# -eq 1 ]]; then - echo "$output" | tr -d '\n' + echo "$output" | tr -d '\n' | sed 's/$/-AES-256/' shift fi