mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Fix
This commit is contained in:
parent
04883986d0
commit
8b3ddfd124
2 changed files with 6 additions and 2 deletions
|
@ -78,7 +78,9 @@ ynh_setup_source --dest_dir="$final_path"
|
|||
chmod 755 $final_path
|
||||
chmod -R o-rwx $final_path
|
||||
chown -R $app:www-data $final_path
|
||||
chmod 775 $final_path/{storage bootstrap/cache public/uploads}
|
||||
chmod 775 $final_path/storage
|
||||
chmod 775 $final_path/bootstrap/cache
|
||||
chmod 775 $final_path/public/uploads
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
|
@ -84,7 +84,9 @@ fi
|
|||
chmod 755 $final_path
|
||||
chmod -R o-rwx $final_path
|
||||
chown -R $app:www-data $final_path
|
||||
chmod 775 $final_path/{storage bootstrap/cache public/uploads}
|
||||
chmod 775 $final_path/storage
|
||||
chmod 775 $final_path/bootstrap/cache
|
||||
chmod 775 $final_path/public/uploads
|
||||
chmod 600 $final_path/.env
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue