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:
parent
b2d9ef4fe6
commit
cd82e9a084
1 changed files with 13 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue