diff --git a/install_yunohost b/install_yunohost index 95f0c4b..26079fd 100755 --- a/install_yunohost +++ b/install_yunohost @@ -397,7 +397,8 @@ function install_yunohost_packages() { apt_get_wrapper \ -o Dpkg::Options::="--force-confold" \ -y --force-yes install \ - yunohost yunohost-admin postfix + yunohost yunohost-admin postfix \ + || return 1 } function restart_services() {