Skip to content

Commit

Permalink
#7 Add script to update grumphp.yml to add DDEV support.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirsman committed Feb 23, 2024
1 parent 81e5197 commit 6f3c293
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions scripts/update-grumphp-command.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

# This is a simple bash script skeleton

ls -la
pwd
4 changes: 2 additions & 2 deletions src/InstallHelperPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ public function onWunderIoDdevDrupalPackageInstall(PackageEvent $event) {

self::deployDdevFiles();

#$output = shell_exec('bash vendor/wunderio/lando-drupal/scripts/load_extensions.sh');
#$this->io->write("<info>{$output}</info>");
$output = shell_exec('bash vendor/wunderio/ddev-drupal/scripts/update-grumphp-command.php');
$this->io->write("<info>{$output}</info>");
}

/**
Expand Down

0 comments on commit 6f3c293

Please sign in to comment.