Skip to content

Commit

Permalink
forgot to rename env-init.sh script in entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Mar 29, 2024
1 parent 04b4c1e commit 705cc45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 705cc45

Please sign in to comment.