Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-05 19:56:01 -06:00
parent de5e31114e
commit 8710d83c0e

View File

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