From 2d8acca4b3d4b0ba8abfc67b678d66d4b5b7fa30 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:57:49 +0300 Subject: [PATCH] Update CreateBackup.sh --- scripts/prod/CreateBackup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/prod/CreateBackup.sh b/scripts/prod/CreateBackup.sh index 7ec8bd03..73eddf66 100644 --- a/scripts/prod/CreateBackup.sh +++ b/scripts/prod/CreateBackup.sh @@ -46,4 +46,7 @@ DjangoDump() EnsureLocation PostgreDump DjangoDump -echo "Backup created at: $destination" \ No newline at end of file + +green="\033[0;32m" +noColor='\033[0m' +echo -e "${green}Backup created at: ${destination}${noColor}" \ No newline at end of file