Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-07 10:48:21 -06:00
parent b9c78917f7
commit 16e6f394fb

View File

@@ -73,8 +73,7 @@ DELETE_BACKUP() {
read -p "Are you sure you wish to DELETE this backup (y/n)?" choice read -p "Are you sure you wish to DELETE this backup (y/n)?" choice
case "$choice" in case "$choice" in
[Yy]) [Yy])
echo "" rm -rf $delbu
echo $delbu
echo "" echo ""
echo -e "${idsCL[LightRed]}Backup has been deleted${idsCL[Default]}" echo -e "${idsCL[LightRed]}Backup has been deleted${idsCL[Default]}"
read -n 1 -s -p "Press any key to continue";; read -n 1 -s -p "Press any key to continue";;