This repository was archived by the owner on Apr 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
src/Plugin/Contenta/OptionalModule Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ echo -e "${FG_C}${BG_C} EXECUTING ${NO_C} $DRUSH site-install --verbose --yes --
6464# There is a problem installing from CLI. Drush can't locate some required services. Reinstalling a
6565# second time usually does the trick.
6666# TODO: We need to fix this.
67- $DRUSH site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite --site-mail=admin@localhost --account-mail=admin@localhost --site-name=' Contenta CMS Demo' --account-name=admin --account-pass=admin > /dev/null 2>&1 || true ;
67+ $DRUSH site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite --site-mail=admin@localhost --account-mail=admin@localhost --site-name=' Contenta CMS Demo' --account-name=admin --account-pass=admin;
6868$DRUSH site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite --site-mail=admin@localhost --account-mail=admin@localhost --site-name=' Contenta CMS Demo' --account-name=admin --account-pass=admin;
6969
7070if [ $? -ne 0 ]; then
Original file line number Diff line number Diff line change 22
33namespace Drupal \contenta_jsonapi \Plugin \Contenta \OptionalModule ;
44
5+ use Drupal \Core \Form \FormStateInterface ;
6+
57/**
68 * Contenta JS.
79 *
You can’t perform that action at this time.
0 commit comments