Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-07 21:02:06 -06:00
parent ff3495443a
commit 2728077909

View File

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