[fix] Bash error

This commit is contained in:
ljf 2018-08-26 17:22:04 +02:00 committed by Alexandre Aubin
parent f716ddebc1
commit 81ffc1c2f8

View file

@ -90,7 +90,7 @@ function main()
step install_script_dependencies || die "Unable to install dependencies to install script"
step create_custom_config || die "Creating custom configuration file /etc/yunohost/yunohost.conf failed"
step confirm_installation || die "Installation cancelled at your request"
step manage_ssh_config || die "Error caught during sshd management"
step manage_sshd_config || die "Error caught during sshd management"
step fix_locales # do not die for a failure here, it's minor
step setup_package_source || die "Setting up deb package sources failed"
step apt_update || die "Error caught during 'apt-get update'"