setup.sh 123 B

12345
  1. #!/bin/bash
  2. sed -i 's|host: \x27.*\x27|host: \x27'"${DBHOST}"'\x27|g' app.js
  3. ${IROOT}/vert.x-2.1.1/bin/vertx run app.js &