diff --git a/entry.sh b/entry.sh index 8eab71e..93975e5 100755 --- a/entry.sh +++ b/entry.sh @@ -2,10 +2,10 @@ set -e -source /etc/env-init.sh +source /etc/ldmx-env-init.sh # puts a config/cache directory for matplotlib to use -# does /not/ need to be in the env-init.sh script since denv-based +# does /not/ need to be in the ldmx-env-init.sh script since denv-based # interactions with the image define LDMX_BASE as HOME for us anyways export MPLCONFIGDIR=$LDMX_BASE/.config/matplotlib