mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Fix upgrade error
This commit is contained in:
parent
5d4802fac8
commit
29ff7e6fa6
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ ynh_use_logrotate --non-append
|
|||
# SETUP SYSTEMD
|
||||
#=================================================
|
||||
ynh_use_nodejs
|
||||
ynh_replace_string "__ENV_PATH__" "$PATH" "../conf/systemd.service"
|
||||
ynh_replace_string "__NODEJS_PATH__" "$nodejs_path" "../conf/systemd.service"
|
||||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config
|
||||
systemctl start $app
|
||||
|
|
Loading…
Reference in a new issue