From 69fd417923486b5c1409def4233ceb70a448f1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Nov 2022 16:23:09 +0100 Subject: [PATCH] Do we need this --- scripts/install | 1 - scripts/upgrade | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 44816fd..032e7ef 100755 --- a/scripts/install +++ b/scripts/install @@ -110,7 +110,6 @@ chown $app:$app "$final_path/server.yml" ynh_script_progression --message="Configuring a systemd service..." --weight=1 # Create a dedicated systemd config -architecture=$YNH_ARCH ynh_add_systemd_config #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 7c6de3d..2ef09dd 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -109,7 +109,6 @@ chown $app:$app "$final_path/server.yml" ynh_script_progression --message="Upgrading systemd configuration..." --weight=1 # Create a dedicated systemd config -architecture=$YNH_ARCH ynh_add_systemd_config #=================================================