Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-07 10:53:57 -06:00
parent 9d80b8ee36
commit 3d66c0f810

View File

@@ -73,7 +73,8 @@ DELETE_BACKUP() {
read -p "Are you sure you wish to DELETE this backup (y/n)?" choice
case "$choice" in
[Yy])
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";;