Move create/destroy db scripts to bash

There was a "[[: not found" error with sh
This commit is contained in:
steve-chavez
2018-06-22 10:48:54 -05:00
parent 80f09780cc
commit 6fc9d5191a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /usr/bin/env bash
if [ -z "$1" ]
then
echo "Please supply the connection uri for the user with create database privileges"
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /usr/bin/env bash
if [ -z "$1" ]
then
echo "Please supply the connection uri for the user with create database privileges"