We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a304b commit 7cfd379Copy full SHA for 7cfd379
start
@@ -8,7 +8,7 @@ set -euo pipefail
8
# pop open GUIs
9
export DISPLAY=":1.0"
10
# source this file to get the variables defined in the rocker Dockerfile
11
-source ${REPO_DIR}/env.txt
+[ -f "${REPO_DIR}/env.txt" ] && source "${REPO_DIR}/env.txt"
12
13
# The for loops will fail if they return null (no files). Set shell option nullglob
14
shopt -s nullglob
0 commit comments