fuck it just use bash since I keep running into things breaking that don't make sense

This commit is contained in:
ICScaryThings 2022-05-28 20:10:38 -04:00
parent 3cabe9b947
commit 0a52f62faf

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Setup steps to preform before the actual build
INSTANCE_HOST=${1:-pl.example.com}
TREEBIRD_HOST=${2:-treebird.example.com}