Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-07 22:20:08 -06:00
parent 3e288d9db8
commit 06785a1635

View File

@@ -83,8 +83,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";;