6 lines
102 B
Bash
Executable file
6 lines
102 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
./bin/drush.sh site:install -y \
|
|
--existing-config \
|
|
--account-pass=admin123
|