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:
committed by
Steve Chávez
parent
e8188b0d41
commit
100bf494ac
+1
-1
@@ -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,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
echo "Please supply the connection uri for the user with create database privileges"
|
||||
|
||||
Reference in New Issue
Block a user