1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-02-27 09:47:39 +01:00
parent 501faa2310
commit 6a1d714fc7

View file

@ -51,9 +51,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=3
# Create a dedicated systemd config
ynh_replace_string --match_string="__NODE_PATH__" --replace_string="$nodejs_path" --target_file="../conf/systemd.service"
env_path="$PATH"
ynh_add_systemd_config
#=================================================