From 0e8ced2fe46fbc618fc4aaff0214dc001f0ed0c5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Dec 2021 22:15:57 +0100 Subject: [PATCH] Update install --- scripts/install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index e36e1bb..40cf122 100644 --- a/scripts/install +++ b/scripts/install @@ -143,12 +143,12 @@ ynh_add_config --template="../conf/jupyter_notebook_config.py" --destination="$f #================================================= # Set permissions to app files -#chown -R root: $final_path/ -#chown -R $admin: $final_path/.venv/ +chown -R root: $final_path/ +chown -R $admin: $final_path/.venv/ -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" +#chmod 750 "$final_path" +#chmod -R o-rwx "$final_path" +#chown -R $app:www-data "$final_path" #================================================= # ADVERTISE SERVICE IN ADMIN PANEL