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

set permission to virtualenv folder

This commit is contained in:
ericgaspar 2020-04-21 23:05:24 +02:00
parent ffd3c07af1
commit 8993e5a4ac

View file

@ -160,8 +160,8 @@ ynh_store_file_checksum --file="$final_path/config/jupyter_notebook_config.py"
#================================================= #=================================================
# Set permissions to app files # Set permissions to app files
chown -R root: $final_path chown -R $admin: $final_path/
chown -R $admin: $final_path/.venv/share chmod -R 755 $final_path/.venv/
#================================================= #=================================================
# ADVERTISE SERVICE IN ADMIN PANEL # ADVERTISE SERVICE IN ADMIN PANEL