Skip to content

Instantly share code, notes, and snippets.

@szeidler
Created August 19, 2019 09:58
Show Gist options
  • Save szeidler/775645580e84ef2cdace0516cc05c2eb to your computer and use it in GitHub Desktop.
Save szeidler/775645580e84ef2cdace0516cc05c2eb to your computer and use it in GitHub Desktop.
Programatically run update hooks again
#!/bin/bash
drush eval "module_load_install('mymodule'); mymodule_update_8010();"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment