mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
fix
This commit is contained in:
parent
8d6d4692a4
commit
c567e6ade3
2 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ pushd "$install_dir"
|
|||
popd
|
||||
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
chmod -R 775 /home/yunohost.app/lychee/
|
||||
chgrp "$app" -R "$install_dir/storage" "$install_dir/public/dist" "$install_dir/public/sym" "$data_dir/uploads"
|
||||
chmod -R 2775 "$install_dir/storage" "$install_dir/app" "$install_dir/public/dist" "$install_dir/public/sym" "$data_dir/uploads" "$install_dir/bootstrap/"
|
||||
|
||||
|
|
|
@ -65,6 +65,7 @@ pushd "$install_dir"
|
|||
popd
|
||||
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
chmod -R 775 /home/yunohost.app/lychee/
|
||||
chgrp "$app" -R "$install_dir/storage" "$install_dir/public/dist" "$install_dir/public/sym" "$data_dir/uploads"
|
||||
chmod -R 2775 "$install_dir/storage" "$install_dir/app" "$install_dir/public/dist" "$install_dir/public/sym" "$data_dir/uploads" "$install_dir/bootstrap/"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue