From 41bff1ff02cd712255abb71b5f5671fa8b0dc405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sat, 26 Jan 2019 16:48:49 +0100 Subject: [PATCH] fix restore --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index e8d4af6..926d4a8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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