Skip to content

Commit 478194b

Browse files
authored
Update composer command path in bookstack.sh (#9656)
1 parent d241c03 commit 478194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/bookstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function update_script() {
5151
msg_info "Configuring BookStack"
5252
cd /opt/bookstack
5353
export COMPOSER_ALLOW_SUPERUSER=1
54-
$STD composer install --no-dev
54+
$STD /usr/local/bin/composer install --no-dev
5555
$STD php artisan migrate --force
5656
chown www-data:www-data -R /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage
5757
chmod -R 755 /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads /opt/bookstack/storage

0 commit comments

Comments
 (0)