1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

Update install

This commit is contained in:
ericgaspar 2021-01-29 09:27:31 +01:00
parent 94ecbb5e31
commit 4171a1f0d1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -126,12 +126,7 @@ popd
# Set permissions to app files
chown -R www-data:www-data $final_path
chown -R www-data:www-data $final_path/bootstrap/cache public/uploads storage
chown -R www-data:www-data $final_path/public/uploads
chown -R www-data:www-data $final_path/storage
chmod -R 755 $final_path/bootstrap/cache
chmod -R 755 $final_path/public/uploads
chmod -R 755 $final_path/storage
chmod -R 755 $final_path
#=================================================
# SETUP SSOWAT