From 12c340e5b8f5fa79750cb1aff92c4296ac28fca7 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Mon, 27 Mar 2017 08:17:13 +0200 Subject: [PATCH] Added missing l from getopts --- run-postgis-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-postgis-docker.sh b/run-postgis-docker.sh index d88dda2..c3401b5 100755 --- a/run-postgis-docker.sh +++ b/run-postgis-docker.sh @@ -51,7 +51,7 @@ do done -if [[ -z $VOLUME ]] || [[ -z $CONTAINER_NAME ]] || [[ -z $PGUSER ]] || [[ -z $PGPASSWORD ]] || [[ -z $DATADIR ]] +if [[ -z $VOLUME ]] || [[ -z $CONTAINER_NAME ]] || [[ -z $PGUSER ]] || [[ -z $PGPASSWORD ]] || [[ -z $DATADIR ]] || [[ -z $LOCALPORT ]] then usage