1
0
Fork 0
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:
Pierre Bourré 2019-01-21 23:55:14 +01:00
parent 923fcf98fb
commit f7baa5da3b

View file

@ -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