From d74ad31e72390530da3dd633e10314c9cb9972a4 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:07:12 +0100 Subject: [PATCH] Hotfix: Remove new Keygeneration in Bookstack Update (#948) --- ct/bookstack.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/bookstack.sh b/ct/bookstack.sh index a54a11e2a..e8b6aa169 100644 --- a/ct/bookstack.sh +++ b/ct/bookstack.sh @@ -49,7 +49,6 @@ function update_script() { cp -r /opt/bookstack-backup/themes/ /opt/bookstack/themes cd /opt/bookstack COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev &>/dev/null - php artisan key:generate --force &>/dev/null php artisan migrate --force &>/dev/null chown www-data:www-data -R /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage chmod -R 755 /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage