1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00
This commit is contained in:
Krakinou 2021-04-11 14:43:44 +02:00
parent 4f77dd2ec6
commit 6a9871dffe
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=2
yunohost service add $app --description=A DLNA, UPnP and HTTP(S) Media Server. --log=/var/log/$app/$app.log --needs_exposed_ports $port_web $port_rend
yunohost service add $app --description="A DLNA, UPnP and HTTP(S) Media Server." --log=/var/log/$app/$app.log --needs_exposed_ports $port_web $port_rend
#=================================================
# START SYSTEMD SERVICE

View file

@ -89,7 +89,7 @@ fi
ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=2
# Create a dedicated NGINX config
ynh_add_nginx_config
ynh_add_nginx_config "port_web"
#=================================================
# UPGRADE DEPENDENCIES