Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Jul 2, 2024
1 parent 7552d63 commit c5a546e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/tmpfs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc settmp {tmpdir} {
if [module-info mode load] {
file mkdir $::env(APPTAINER_CACHEDIR) $::env(APPTAINER_TMPDIR)
file mkdir $::env(TMPDIR)/maven.m2 $::env(TMPDIR)/jansi.tmpdir
file mkdir $::env(TMPDIR)/java.io.tmpdir $::env(TMPDIR)/org.sqlite/tmpdir
file mkdir $::env(TMPDIR)/java.io.tmpdir $::env(TMPDIR)/org.sqlite.tmpdir
}
return 1
}
Expand Down

0 comments on commit c5a546e

Please sign in to comment.