From b1f2c9437d478ed1c089e322a9a74243d9fe6e5f Mon Sep 17 00:00:00 2001 From: Dmitry-Gal <52579495+Dmitry-Gal@users.noreply.github.com> Date: Fri, 9 Aug 2019 01:04:53 +0300 Subject: [PATCH] Fix line 188 missing ")" and fix 6)Quit function --- mida.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mida.sh b/mida.sh index fcb8703..859b696 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 ;; @@ -295,8 +295,7 @@ function main() cleartext ;; "Quit") - break - exit 1 + exit 0 ;; *) echo invalid option ;; esac