From bae6ea7d04f8ba85a4579f83b5eaff0b5505c587 Mon Sep 17 00:00:00 2001 From: strasharo Date: Mon, 23 May 2016 10:10:31 +0300 Subject: [PATCH] fix dependency check --- fluxion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluxion b/fluxion index f86ffbc..d3350ba 100755 --- a/fluxion +++ b/fluxion @@ -466,7 +466,7 @@ function checkdependences { echo -ne "Zenity.........." if ! hash zenity 2>/tmp/null; then echo -e "\e[1;31mNot installed"$transparent"" - salir=1 + exit=1 else echo -e "\e[1;32mOK!"$transparent"" fi @@ -475,7 +475,7 @@ function checkdependences { echo -ne "Openssl........." if ! hash openssl 2>/tmp/null; then echo -e "\e[1;31mNot installed"$transparent"" - salir=1 + exit=1 else echo -e "\e[1;32mOK!"$transparent"" fi