Skip to content

Commit 7cfd379

Browse files
authored
Update start
1 parent 22a304b commit 7cfd379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -euo pipefail
88
# pop open GUIs
99
export DISPLAY=":1.0"
1010
# source this file to get the variables defined in the rocker Dockerfile
11-
source ${REPO_DIR}/env.txt
11+
[ -f "${REPO_DIR}/env.txt" ] && source "${REPO_DIR}/env.txt"
1212

1313
# The for loops will fail if they return null (no files). Set shell option nullglob
1414
shopt -s nullglob

0 commit comments

Comments
 (0)