From 0a52f62fafad728c62f34316cf54221b80c7c3cb Mon Sep 17 00:00:00 2001 From: ICScaryThings Date: Sat, 28 May 2022 20:10:38 -0400 Subject: [PATCH] fuck it just use bash since I keep running into things breaking that don't make sense --- configure_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_build.sh b/configure_build.sh index 92975f1..8f886de 100755 --- a/configure_build.sh +++ b/configure_build.sh @@ -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}