From 53781389190a47db1a7212947cedd692f2151513 Mon Sep 17 00:00:00 2001 From: abeudin Date: Mon, 15 Oct 2012 00:12:00 +0300 Subject: [PATCH] Update install_yunohost --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 321e9d6..68d93e4 100755 --- a/install_yunohost +++ b/install_yunohost @@ -115,7 +115,7 @@ then then whiptail --title "Yunohost Installation" --yesno "Caution : Yunohost v2 is in development.\nDo you want to proceed install of Yunohost?" 8 78 YESNO=$? - if [[ $YESNO -eq 0 ]] + if [[ $YESNO -eq 1 ]] then echo "======== Installation cancelled ========" exit $ERR_CANCEL_INSTALL