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
2cfb8a58b9
commit
0e8ced2fe4
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue