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

restart service avec change url

This commit is contained in:
Pierre Bourré 2019-01-04 01:40:55 +01:00
parent b2d9ef4fe6
commit cd82e9a084

View file

@ -65,6 +65,12 @@ fi
#=================================================
# STANDARD MODIFICATIONS
#=================================================
# STOP SERVICE
#=================================================
yunohost service stop jupyterlab
#=================================================
# MODIFY URL IN NGINX
#=================================================
@ -97,4 +103,10 @@ config_jupyterlab
# RELOAD NGINX
#=================================================
service nginx reload
service nginx reload
#=================================================
# START SERVICE
#=================================================
yunohost service start jupyterlab