1
0
Fork 0
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:
yalh76 2019-01-31 23:10:51 +01:00
parent 7b5bcabfbc
commit ebabb4c611

View file

@ -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