Skip to content

Commit

Permalink
Hotfix: Remove new Keygeneration in Bookstack Update (community-scrip…
Browse files Browse the repository at this point in the history
  • Loading branch information
michelroegl-brunner authored and dsiebel committed Dec 27, 2024
1 parent f3887d1 commit 51046b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ct/bookstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51046b3

Please sign in to comment.