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:
ericgaspar 2021-06-22 17:52:21 +02:00
parent 3f1325345f
commit a133bb6ea3
No known key found for this signature in database
GPG key ID: 574F281483054D44
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" chmod -R o-rwx "$final_path"
chown -R $app:www-data "$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 chmod 755 $public_path
#================================================= #=================================================

View file

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

View file

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