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