From de5e31114ebd1c657190eccd0d88c0d3a242bd5b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 19:55:34 -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 edc392f..5c00f46 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -30,7 +30,7 @@ RUN_BACKUP(){ } ADD_CRONTAB(){ (crontab -l ; echo "0 */3 * * * /usr/local/bin/mysqlbu backup")| crontab - - echo -e "${Green}The crontab entry has been made${Color_Off}" + echo -e "${idsCL[Green]}The crontab entry has been made${idsCL[Default]}" echo "" read -n 1 -s -p "Press any key to continue" }