From bb33002c2ae9a53d0caa31af45422047cccc9067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:06:52 +0200 Subject: [PATCH] Update bookstack-install.sh (#5825) --- install/bookstack-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/bookstack-install.sh b/install/bookstack-install.sh index 917af8bea..4a3050483 100644 --- a/install/bookstack-install.sh +++ b/install/bookstack-install.sh @@ -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 640 /opt/bookstack/.env $STD a2enmod rewrite -$STD a2enmod php8.2 +$STD a2enmod php8.3 msg_ok "Configured Bookstack" msg_info "Creating Service"