From 06785a1635b8c74ddf9fd495f02596866193e35d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 7 Jan 2019 22:20:08 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 97b4c3b..aed9d42 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -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";;