From b6df83bdbfff6230df0e8659b8262e82a83c486e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 11 Aug 2021 08:12:57 +0200 Subject: [PATCH] Remove no more used argument --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index f8c4002..e6bff0c 100755 --- a/scripts/install +++ b/scripts/install @@ -97,7 +97,7 @@ ynh_system_user_create --username=$app ynh_script_progression --message="Configuring a systemd service..." --weight=1 # Create a dedicated systemd config -ynh_add_systemd_config -v port +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 4537984..d81d883 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -92,7 +92,7 @@ ynh_system_user_create --username=$app ynh_script_progression --message="Upgrading systemd configuration..." --weight=1 # Create a dedicated systemd config -ynh_add_systemd_config -v port +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION