Update install_yunohost

This commit is contained in:
abeudin 2012-08-16 12:50:21 +03:00
parent d6bcef5ee4
commit 31fb4f7788

View file

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