From 5d21addb5449bed70183da57c84800be8fe0cfe5 Mon Sep 17 00:00:00 2001 From: Evgeniy Shubin Date: Wed, 3 Apr 2019 09:19:03 +0300 Subject: [PATCH] fix syntax error --- mida.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mida.sh b/mida.sh index fcb8703..0e38985 100644 --- a/mida.sh +++ b/mida.sh @@ -185,7 +185,7 @@ function ext_util() select opt in "${options[@]}" do case $opt in - "RootHelper - PrivescUtil Downloader" + "RootHelper - PrivescUtil Downloader") printf "\n\n" wget -O /tmp/RootHelper.zip https://github.com/NullArray/RootHelper/archive/master.zip ;;