From c2bee13254543e80d3a69692734c51f1b2f45a97 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 23 Jan 2023 15:30:05 +0100 Subject: [PATCH] chore(init): More info on cli Signed-off-by: rjshrjndrn --- scripts/helmcharts/init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/helmcharts/init.sh b/scripts/helmcharts/init.sh index c67277e4c..854d7c85e 100644 --- a/scripts/helmcharts/init.sh +++ b/scripts/helmcharts/init.sh @@ -181,4 +181,5 @@ function main() { main info "Configuration file is saved in /var/lib/openreplay/vars.yaml" -info "Run ${BWHITE}openreplay -h${GREEN} to see the cli information to manage OpenReplay" +info "You can delete the directory $(echo $(cd ../.. && pwd)). Backup stored in /var/lib/openreplay" +info "Run ${BWHITE}openreplay -h${GREEN} to see the cli information to manage OpenReplay."