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

fix permissions

This commit is contained in:
ericgaspar 2020-04-28 09:25:50 +02:00
parent 43a990e459
commit 1a24e5af19
3 changed files with 6 additions and 6 deletions

View file

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

View file

@ -62,8 +62,8 @@ ynh_restore_file --origin_path="$final_path"
#=================================================
# Restore permissions on app files
chown -R root: $final_path/
chown -R $admin: $final_path/.venv/lib
chown -R root: $final_path
chown -R $admin: $final_path/.venv
#=================================================
# SPECIFIC RESTORATION

View file

@ -170,8 +170,8 @@ ynh_add_systemd_config
#=================================================
# Set permissions on app files
chown -R root: $final_path/
chown -R $admin: $final_path/.venv/lib
chown -R root: $final_path
chown -R $admin: $final_path/.venv
#=================================================
# SETUP SSOWAT