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

fix restore

This commit is contained in:
Pierre Bourré 2019-01-26 16:48:49 +01:00
parent c2a886f821
commit 41bff1ff02

View file

@ -71,7 +71,7 @@ ynh_install_app_dependencies openssh-server
ynh_print_info "Restoring configuration files of JupyerLab..."
ynh_backup "$config_path/jupyterhub_config.py"
ynh_restore_file "$config_path/jupyterhub_config.py"
#=================================================
# RESTORE THE APP MAIN DIR
@ -81,7 +81,7 @@ ynh_print_info "Restoring JupyterLab..."
setup_source $architecture
ynh_backup "$final_path/etc/jupyter/jupyter_notebook_config.py"
ynh_restore_file "$final_path/etc/jupyter/jupyter_notebook_config.py"
#=================================================
# SPECIFIC RESTORATION