From 8710d83c0e23677b3cf5bd1b6ba596b74e8efaf8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 19:56:01 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 1 + 1 file changed, 1 insertion(+) 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"