1
0
Fork 0
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:
Éric Gaspar 2023-03-08 16:47:13 +01:00
parent 4c8af64c19
commit 0bf4ad1dc0

View file

@ -66,7 +66,7 @@ ynh_script_progression --message="Creating a data directory..." --weight=1
mkdir -p $data_dir/uploads
mkdir -p $data_dir/uploads/{big,import,medium,raw,small,thumb}
chmod -R 2775 "$data_dir/uploads/"
chmod 775 "$data_dir/uploads/"
chmod -R o-rwx "$data_dir/uploads/"
chown -R $app:$app "$data_dir/uploads/"