From 0dc4d8af1eb5174aeb6d84336644d917f9c92117 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Mon, 14 Feb 2022 14:37:51 +0000 Subject: [PATCH] Enabling debug message in script --- scripts/helmcharts/openreplay/files/dbops.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/helmcharts/openreplay/files/dbops.sh b/scripts/helmcharts/openreplay/files/dbops.sh index f856ae40b..f5cbb949f 100644 --- a/scripts/helmcharts/openreplay/files/dbops.sh +++ b/scripts/helmcharts/openreplay/files/dbops.sh @@ -1,5 +1,6 @@ #!/bin/bash +set -x cd $(dirname $0) is_migrate=$1