mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
add enable_terminal in upgrade
This commit is contained in:
parent
923fcf98fb
commit
f7baa5da3b
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ is_public=$(ynh_app_setting_get "$app" is_public)
|
|||
port=$(ynh_app_setting_get "$app" port)
|
||||
port_hub=$(ynh_app_setting_get "$app" port_hub)
|
||||
port_http_proxy=$(ynh_app_setting_get "$app" port_http_proxy)
|
||||
enable_terminal=$(ynh_app_setting_get "$app" enable_terminal)
|
||||
|
||||
#=================================================
|
||||
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
||||
|
|
Loading…
Reference in a new issue