diff --git a/scripts/update-grumphp-command.php b/scripts/update-grumphp-command.php new file mode 100644 index 0000000..5b8ca23 --- /dev/null +++ b/scripts/update-grumphp-command.php @@ -0,0 +1,6 @@ +#!/bin/bash + +# This is a simple bash script skeleton + +ls -la +pwd diff --git a/src/InstallHelperPlugin.php b/src/InstallHelperPlugin.php index 7f234a9..cff0d29 100644 --- a/src/InstallHelperPlugin.php +++ b/src/InstallHelperPlugin.php @@ -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("{$output}"); + $output = shell_exec('bash vendor/wunderio/ddev-drupal/scripts/update-grumphp-command.php'); + $this->io->write("{$output}"); } /**