diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 5c00f46..3d857ea 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -30,6 +30,7 @@ RUN_BACKUP(){ } ADD_CRONTAB(){ (crontab -l ; echo "0 */3 * * * /usr/local/bin/mysqlbu backup")| crontab - + echo "" echo -e "${idsCL[Green]}The crontab entry has been made${idsCL[Default]}" echo "" read -n 1 -s -p "Press any key to continue"