Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit fd50149

Browse files
author
Mateu Aguiló Bosch
committed
fix: provide root path to the drush command line
1 parent f0cc841 commit fd50149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ if echo "$install_path" ;then
2828
composer run-script install:with-sqlite $install_path --timeout=0 --working-dir $install_path
2929

3030
# Start the built-in PHP server.
31-
$DRUSH user-login --no-browser --uri="http://127.0.0.1:8888"
32-
$DRUSH runserver 127.0.0.1:8888
31+
$DRUSH --root=$install_path/web user-login --no-browser --uri="http://127.0.0.1:8888"
32+
$DRUSH --root=$install_path/web runserver 127.0.0.1:8888
3333
cd $original_wd
3434
else
3535
echo -e "\nBye!"

0 commit comments

Comments
 (0)