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

Update restore

This commit is contained in:
Éric Gaspar 2023-07-11 13:04:11 +02:00
parent 61ce9baf14
commit d8d684eaff

View file

@ -57,7 +57,7 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$final_path"
chown -R root: $final_path/
chown -R $admin: $final_path/.venv/
chown -R $admin: $final_path/venv/
#=================================================
# SPECIFIC RESTORATION
@ -71,7 +71,6 @@ ynh_install_app_dependencies $pkg_dependencies
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_use_nodejs
$ynh_npm install -g configurable-http-proxy
python3 -m pip install pipenv
#=================================================
# RESTORE SYSTEMD