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:
parent
c2a886f821
commit
41bff1ff02
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ ynh_install_app_dependencies openssh-server
|
||||||
|
|
||||||
ynh_print_info "Restoring configuration files of JupyerLab..."
|
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
|
# RESTORE THE APP MAIN DIR
|
||||||
|
@ -81,7 +81,7 @@ ynh_print_info "Restoring JupyterLab..."
|
||||||
|
|
||||||
setup_source $architecture
|
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
|
# SPECIFIC RESTORATION
|
||||||
|
|
Loading…
Reference in a new issue