From 8993e5a4ac95191fca9fa10617261a4ff0cf8867 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Apr 2020 23:05:24 +0200 Subject: [PATCH] set permission to virtualenv folder --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 606feee..8603af2 100644 --- a/scripts/install +++ b/scripts/install @@ -160,8 +160,8 @@ ynh_store_file_checksum --file="$final_path/config/jupyter_notebook_config.py" #================================================= # Set permissions to app files -chown -R root: $final_path -chown -R $admin: $final_path/.venv/share +chown -R $admin: $final_path/ +chmod -R 755 $final_path/.venv/ #================================================= # ADVERTISE SERVICE IN ADMIN PANEL