mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Fix port change
This commit is contained in:
parent
7b5bcabfbc
commit
ebabb4c611
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ popd
|
|||
|
||||
# Create a dedicated systemd config
|
||||
ynh_replace_string "__NODEJS_PATH__" "$nodejs_path" "../conf/systemd.service"
|
||||
ynh_replace_string "__PORT__" "$port" "../conf/systemd.service"
|
||||
ynh_add_systemd_config
|
||||
systemctl start $app
|
||||
|
||||
|
|
Loading…
Reference in a new issue