From be3337c80940354f9732a2308e575251f6f7c4f9 Mon Sep 17 00:00:00 2001 From: Kelly J Andrews Date: Fri, 16 Jun 2017 13:39:07 -0400 Subject: [PATCH] modify bin scripts --- bin/ci | 2 +- bin/wait-for-postgres | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ci b/bin/ci index 1d4a158..9998afc 100755 --- a/bin/ci +++ b/bin/ci @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Usage: bin/ci [setup] set -e diff --git a/bin/wait-for-postgres b/bin/wait-for-postgres index ab92336..345325d 100755 --- a/bin/wait-for-postgres +++ b/bin/wait-for-postgres @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # wait-for-postgres set -e