mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update install
This commit is contained in:
parent
211b330a6e
commit
6335e51ae9
1 changed files with 2 additions and 2 deletions
|
@ -142,9 +142,9 @@ mkdir -p /home/yunohost.${app}/uploads/{big,medium,small,thumb,import}
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R www-data:www-data $final_path
|
chown -R $app: $final_path
|
||||||
chown -R $app: /home/yunohost.${app}
|
chown -R $app: /home/yunohost.${app}
|
||||||
chmod -R 755 /home/yunohost.${app}/uploads
|
chmod -R 750 /home/yunohost.${app}/uploads
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
Loading…
Reference in a new issue