Move database creation/destruction scripts to sh

Bash is not available on /bin/bash on some linux distros like NixOS
This commit is contained in:
steve-chavez
2018-06-19 11:17:59 -05:00
committed by Steve Chávez
parent e8188b0d41
commit 100bf494ac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
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/bash
#! /bin/sh
if [ -z "$1" ]
then
echo "Please supply the connection uri for the user with create database privileges"