From 6ec2444891f7fa6ebd8e7251ab52326f55dd8df9 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 30 Sep 2018 19:30:22 -0600 Subject: [PATCH] Formatting: replaced cyan with lightcyan --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index c3e0e46..e6351e3 100755 --- a/backup.sh +++ b/backup.sh @@ -9,7 +9,7 @@ red="\e[31m" green="\e[32m" yellow="\e[93m" magenta="\e[35m" -cyan="\e[36m" +cyan="\e[96m" stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]"