Skip to content

Commit d74ad31

Browse files
Hotfix: Remove new Keygeneration in Bookstack Update (#948)
1 parent 8c989ee commit d74ad31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ct/bookstack.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function update_script() {
4949
cp -r /opt/bookstack-backup/themes/ /opt/bookstack/themes
5050
cd /opt/bookstack
5151
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev &>/dev/null
52-
php artisan key:generate --force &>/dev/null
5352
php artisan migrate --force &>/dev/null
5453
chown www-data:www-data -R /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage
5554
chmod -R 755 /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage

0 commit comments

Comments
 (0)