The script should not behave as if everything was ok if the install of those packages failed :s

This commit is contained in:
Alexandre Aubin 2018-10-29 17:22:21 +01:00
parent 0409289745
commit 9e49f947d9

View file

@ -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() {