From 19e708d72c00f10a7184dc28c55b01a80beec25b Mon Sep 17 00:00:00 2001 From: Alessandro Battilani Date: Sun, 18 Apr 2021 18:02:17 +0200 Subject: [PATCH] fix --- dump_company_config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dump_company_config.sh b/dump_company_config.sh index ef9680b..8f4a0d0 100644 --- a/dump_company_config.sh +++ b/dump_company_config.sh @@ -3,6 +3,8 @@ if [[ $1 == '' ]]; then echo "Usage: $0 COMPANY" echo " COMPANY: part or full company name" + echo "This script must be execute from asega user." + echo "This script create all the DB dumps of configurations tables for a specific company" exit 1 fi