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

update permissions

This commit is contained in:
ericgaspar 2020-04-27 17:51:47 +02:00
parent 5106d25bb2
commit 43a990e459
2 changed files with 4 additions and 4 deletions

View file

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

View file

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