kopia lustrzana https://github.com/kartoza/docker-postgis
Added missing l from getopts
rodzic
a55d9bad6e
commit
12c340e5b8
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue