1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
ericgaspar 2021-07-19 14:22:59 +02:00
parent 04883986d0
commit 8b3ddfd124
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 6 additions and 2 deletions

View file

@ -78,7 +78,9 @@ ynh_setup_source --dest_dir="$final_path"
chmod 755 $final_path chmod 755 $final_path
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
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 # NGINX CONFIGURATION

View file

@ -84,7 +84,9 @@ fi
chmod 755 $final_path chmod 755 $final_path
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
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 chmod 600 $final_path/.env
#================================================= #=================================================