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 #=================================================