Please add --quiet to systemctl enable/disable commands

This commit is contained in:
yalh76 2020-12-26 00:20:20 +01:00
parent 7ca480e3fe
commit 0cc0937243

View file

@ -101,7 +101,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
ynh_script_progression --message="Restoring the systemd configuration..."
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable $app.service
systemctl enable $app.service --quiet
#=================================================
# INTEGRATE SERVICE IN YUNOHOST