We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c989ee commit d74ad31Copy full SHA for d74ad31
ct/bookstack.sh
@@ -49,7 +49,6 @@ function update_script() {
49
cp -r /opt/bookstack-backup/themes/ /opt/bookstack/themes
50
cd /opt/bookstack
51
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev &>/dev/null
52
- php artisan key:generate --force &>/dev/null
53
php artisan migrate --force &>/dev/null
54
chown www-data:www-data -R /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage
55
chmod -R 755 /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage
0 commit comments