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" }