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:
parent
65572d2f23
commit
4d5b3a1a18
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ ynh_store_file_checksum --file="$final_path/config/jupyter_notebook_config.py"
|
|||
#=================================================
|
||||
|
||||
# Set permissions to app files
|
||||
chown -R $admin: $final_path/
|
||||
chmod -R 755 $final_path/.venv/
|
||||
chown -R root: $final_path/
|
||||
chown -R $admin: $final_path/.venv/lib
|
||||
|
||||
#=================================================
|
||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||
|
|
Loading…
Reference in a new issue