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:
parent
5106d25bb2
commit
43a990e459
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue