1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00
This commit is contained in:
ericgaspar 2021-06-04 23:38:49 +02:00
parent ff2c5b9deb
commit b30387a8a1
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 0 deletions

View file

@ -149,6 +149,7 @@ ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --targ
ynh_add_systemd_config ynh_add_systemd_config
if [ "$mumbleweb" -eq 1 ] ; then 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 ynh_add_systemd_config "$app-web" mumble-web.service
fi fi

View file

@ -184,6 +184,7 @@ ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --targ
ynh_add_systemd_config ynh_add_systemd_config
if [ "$mumbleweb" -eq 1 ] ; then 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 ynh_add_systemd_config "$app-web" mumble-web.service
fi fi