setup_mysql.sh 79 B

1234567
  1. #!/bin/bash
  2. fw_depends mysql
  3. export UNDERTOW_ARGS="MYSQL"
  4. source ./setup.sh