Update install_yunohost

This commit is contained in:
abeudin 2012-10-15 00:12:00 +03:00
parent 42aaf1de6d
commit 5378138919

View file

@ -115,7 +115,7 @@ then
then then
whiptail --title "Yunohost Installation" --yesno "Caution : Yunohost v2 is in development.\nDo you want to proceed install of Yunohost?" 8 78 whiptail --title "Yunohost Installation" --yesno "Caution : Yunohost v2 is in development.\nDo you want to proceed install of Yunohost?" 8 78
YESNO=$? YESNO=$?
if [[ $YESNO -eq 0 ]] if [[ $YESNO -eq 1 ]]
then then
echo "======== Installation cancelled ========" echo "======== Installation cancelled ========"
exit $ERR_CANCEL_INSTALL exit $ERR_CANCEL_INSTALL