We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9edf4 commit 03424f0Copy full SHA for 03424f0
ct/bookstack.sh
@@ -43,7 +43,8 @@ function update_script() {
43
cp -r /opt/bookstack-backup/storage/uploads/* /opt/bookstack/storage/uploads/ || true
44
cp -r /opt/bookstack-backup/themes/* /opt/bookstack/themes/ || true
45
cd /opt/bookstack
46
- $STD COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev
+ export COMPOSER_ALLOW_SUPERUSER=1
47
+ $STD composer install --no-dev
48
$STD php artisan migrate --force
49
chown www-data:www-data -R /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage
50
chmod -R 755 /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage
0 commit comments