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
df854ee55c
commit
0ca854ba7c
1 changed files with 3 additions and 2 deletions
|
@ -134,7 +134,8 @@ ynh_store_file_checksum "$final_path/.env"
|
|||
# CREATE DIRECTORIES
|
||||
#=================================================
|
||||
|
||||
mkdir -p /home/yunohost.${app}/{uploads,data}
|
||||
mkdir -p /home/yunohost.${app}/uploads
|
||||
mkdir -p /home/yunohost.${app}/uploads/{big,medium,small,thumb,import}
|
||||
|
||||
#=================================================
|
||||
# SECURE FILES AND DIRECTORIES
|
||||
|
@ -143,7 +144,7 @@ mkdir -p /home/yunohost.${app}/{uploads,data}
|
|||
# Set permissions to app files
|
||||
chown -R $app: $final_path
|
||||
chown -R $app: /home/yunohost.${app}
|
||||
chmod -R 755 /home/yunohost.${app}/{uploads,data}
|
||||
chmod -R 755 /home/yunohost.${app}/uploads
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
Loading…
Reference in a new issue