From 16e6f394fb151f2dfb06972f9994a3e9c865b1f6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 7 Jan 2019 10:48:21 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index adefbb2..d905918 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -73,8 +73,7 @@ DELETE_BACKUP() { read -p "Are you sure you wish to DELETE this backup (y/n)?" choice case "$choice" in [Yy]) - echo "" - echo $delbu + rm -rf $delbu echo "" echo -e "${idsCL[LightRed]}Backup has been deleted${idsCL[Default]}" read -n 1 -s -p "Press any key to continue";;