From 92dfa5b80ab568446e4c52d369ec97fb2ecf31b0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 19:50:11 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 6c51d4d..a59938b 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -52,7 +52,7 @@ MAIN_MENU() { echo " [L] List Backups" echo "" echo " [C] Add Crontab Entry to run every 3 Hours" - echo -e " ${idsCL[LightGreen]}(edit crontab manually to adjust the backup frequency)${idsCL[Default]}" + echo -e " ${idsCL[DarkGray]}(edit crontab manually to adjust the backup frequency)${idsCL[Default]}" echo "" echo " [Q] Quit" echo ""