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

fix change url

This commit is contained in:
Pierre Bourré 2019-01-03 21:36:52 +01:00
parent 7af38fdfa8
commit b2d9ef4fe6

View file

@ -31,7 +31,9 @@ app=$YNH_APP_INSTANCE_NAME
# LOAD SETTINGS # LOAD SETTINGS
#================================================= #=================================================
admin=$(ynh_app_setting_get "$app" admin)
port=$(ynh_app_setting_get "$app" port) port=$(ynh_app_setting_get "$app" port)
port_hub=$(ynh_app_setting_get "$app" port_hub)
#================================================= #=================================================
# CHECK PATHS SYNTAX # CHECK PATHS SYNTAX