mirror of
https://github.com/daledavies/jump.git
synced 2025-11-16 09:55:52 +01:00
Check for unboud variable in entrypoint.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
if [ ! $DEVELOPMENT ]; then
|
||||
if [ -z "${DEVELOPMENT-}" ]; then
|
||||
echo >&2 "-------------------------------------------------------------"
|
||||
|
||||
echo >&2 "- Repopulating web root with application files."
|
||||
|
||||
Reference in New Issue
Block a user