From ef8e2d0910d37be596946ec8981c8e8e4e4d6cb9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 7 Jan 2019 10:50:00 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 007c4b2..6b57991 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -73,7 +73,7 @@ DELETE_BACKUP() { read -p "Are you sure you wish to DELETE this backup (y/n)?" choice case "$choice" in [Yy]) - echo `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";;