Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-05 17:05:26 -06:00
parent a410eda70d
commit 6535920b0a

View File

@@ -24,6 +24,11 @@ LIST_BACKUPS(){
echo ""
read -n 1 -s -p "Press any key to continue"
}
RUN_BACKUPS(){
mysqlbu backup
echo ""
read -n 1 -s -p "Press any key to continue"
}
MAIN_MENU() {
while :
do