mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Fix (#27)
This commit is contained in:
parent
3f1325345f
commit
a953ece05f
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue