1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
This commit is contained in:
Éric Gaspar 2021-06-22 23:07:23 +02:00 committed by GitHub
parent 3f1325345f
commit a953ece05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -142,7 +142,7 @@ chmod 750 "$final_path/bootstrap/cache"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chown -R $app: $public_path
chown -R $app:www-data $public_path
chmod 755 $public_path
#=================================================

View file

@ -81,7 +81,7 @@ chmod 750 "$final_path/bootstrap/cache"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chown -R $app: $public_path
chown -R $app:www-data $public_path
chmod 755 $public_path
#=================================================

View file

@ -161,7 +161,7 @@ ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\"
# SECURE FILES AND DIRECTORIES
#=================================================
chown -R $app: $public_path
chown -R $app:www-data $public_path
chmod 755 $public_path
#=================================================