Skip to content

Commit ed083c8

Browse files
committed
fixed Drupal script
1 parent 364f4cb commit ed083c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drupal_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ composer create-project --no-interaction drupal-composer/drupal-project:8.x-dev
1010
cd drupal-twig-test
1111
(cd vendor/twig && rm -rf twig && ln -sf $REPO twig)
1212
echo '$config["system.logging"]["error_level"] = "verbose";' >> web/sites/default/settings.php
13-
php ./web/core/scripts/drupal install --no-interaction demo_umami 2>/dev/null > output
13+
php ./web/core/scripts/drupal install --no-interaction demo_umami > output
1414
perl -p -i -e 's/^([A-Za-z]+)\: (.+)$/export DRUPAL_\1=\2/' output
1515
source output
1616

0 commit comments

Comments
 (0)