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