From 918647940e9c834b2b567f3b7a240ed6870264f1 Mon Sep 17 00:00:00 2001 From: Matthieu Fronton Date: Thu, 16 Aug 2012 09:01:16 +0200 Subject: [PATCH] forgotten double bracket fix --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 7ff60a0..aced745 100755 --- a/install_yunohost +++ b/install_yunohost @@ -63,7 +63,7 @@ esac whiptail --title "Yunohost Installation" --yesno "Caution : your config files for postfix,dovecot,mysql,apache,ejabberd,radicale will be overwritten\nDo you want to proceed install of Yunohost?" 8 78 YESNO=$? -if [ $YESNO -eq 0 ] +if [[ $YESNO -eq 0 ]] then # Backup folder for legacy config files LEGACY=/etc/yunohost/.legacy