From b30387a8a11d00dab6ac5e5fc38113b508a10244 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Jun 2021 23:38:49 +0200 Subject: [PATCH] Fix --- scripts/install | 1 + scripts/upgrade | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 0c91906..4c3d3fc 100644 --- a/scripts/install +++ b/scripts/install @@ -149,6 +149,7 @@ ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --targ ynh_add_systemd_config if [ "$mumbleweb" -eq 1 ] ; then + ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service" ynh_add_systemd_config "$app-web" mumble-web.service fi diff --git a/scripts/upgrade b/scripts/upgrade index d1e689e..b9fe097 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -184,6 +184,7 @@ ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --targ ynh_add_systemd_config if [ "$mumbleweb" -eq 1 ] ; then + ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service" ynh_add_systemd_config "$app-web" mumble-web.service fi