Update bookstack-install.sh (#5825)

This commit is contained in:
Slaviša Arežina 2025-07-08 09:06:52 +02:00 committed by GitHub
parent 7bafa864d0
commit bb33002c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ chmod -R 755 /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public
chmod -R 775 /opt/bookstack/storage /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads chmod -R 775 /opt/bookstack/storage /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads
chmod -R 640 /opt/bookstack/.env chmod -R 640 /opt/bookstack/.env
$STD a2enmod rewrite $STD a2enmod rewrite
$STD a2enmod php8.2 $STD a2enmod php8.3
msg_ok "Configured Bookstack" msg_ok "Configured Bookstack"
msg_info "Creating Service" msg_info "Creating Service"