Skip to content

Instantly share code, notes, and snippets.

@a-fro
Created April 12, 2018 21:02
Embed
What would you like to do?
Drupal reinstall script
#!/bin/bash
drush si config_installer config_installer_sync_configure_form.sync_directory=../config/sync --account-pass=admin --account-name="admin" -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment