fix dependency check

This commit is contained in:
strasharo 2016-05-23 10:10:31 +03:00
parent ff099146f1
commit bae6ea7d04
1 changed files with 2 additions and 2 deletions

View File

@ -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