Update install_yunohost

This commit is contained in:
abeudin 2012-08-14 17:54:14 +03:00
parent 332f1789c5
commit d6bcef5ee4

View file

@ -97,7 +97,7 @@ then
debconf-set-selections debconf
#Install yunohost packages
debconf-apt-progress -- apt-get -y install yunohost yunohost-config yunohost-config-postfix postfix postfix-ldap postfix-policyd-spf-perl -y --logfile /var/log/yunohost.log --logstderr /var/log/yunohost.error
debconf-apt-progress --logfile /var/log/yunohost.log --logstderr /var/log/yunohost.error -- apt-get -y install yunohost yunohost-config yunohost-config-postfix postfix postfix-ldap postfix-policyd-spf-perl
if [ $? != 0 ] ;
then
echo "Install yunohost Failure"