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:
parent
7af38fdfa8
commit
b2d9ef4fe6
1 changed files with 2 additions and 0 deletions
|
@ -31,7 +31,9 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
# LOAD SETTINGS
|
||||
#=================================================
|
||||
|
||||
admin=$(ynh_app_setting_get "$app" admin)
|
||||
port=$(ynh_app_setting_get "$app" port)
|
||||
port_hub=$(ynh_app_setting_get "$app" port_hub)
|
||||
|
||||
#=================================================
|
||||
# CHECK PATHS SYNTAX
|
||||
|
|
Loading…
Reference in a new issue