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

Update install

This commit is contained in:
ericgaspar 2021-12-09 22:15:57 +01:00
parent 2cfb8a58b9
commit 0e8ced2fe4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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