setup_postgresql.sh 89 B

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