From c9886db769b58f74863b38a6d9f25255adef19cf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 27 Nov 2020 10:10:37 +0100 Subject: [PATCH] Fix linter warnings --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 78c6481..0fdde7b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -78,7 +78,7 @@ ynh_install_app_dependencies $pkg_dependencies ynh_script_progression --message="Restoring the systemd configuration..." --weight=2 ynh_restore_file --origin_path="/etc/systemd/system/$app.service" -systemctl enable $app.service +systemctl enable $app.service --quiet #================================================= # INTEGRATE SERVICE IN YUNOHOST diff --git a/scripts/upgrade b/scripts/upgrade index 8a36150..8c7d89d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -58,7 +58,7 @@ ynh_setup_source --dest_dir="$final_path" #================================================= # NGINX CONFIGURATION #================================================= -ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=240 +ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=20 # Create a dedicated NGINX config ynh_add_nginx_config