mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
Hotfix: Remove new Keygeneration in Bookstack Update (#948)
This commit is contained in:
parent
8c989eee8e
commit
d74ad31e72
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue