From 286e7335f450c7070ea53fc85fb62a783421fe42 Mon Sep 17 00:00:00 2001
From: Fanny Wegner <fwegner@imm.uzh.ch>
Date: Tue, 19 Mar 2024 15:36:57 +0100
Subject: [PATCH] Update file UNIX_HPC_exercise_instructions.md

---
 exercises/UNIX_HPC_exercise_instructions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/UNIX_HPC_exercise_instructions.md b/exercises/UNIX_HPC_exercise_instructions.md
index 97906ee..3fa98be 100644
--- a/exercises/UNIX_HPC_exercise_instructions.md
+++ b/exercises/UNIX_HPC_exercise_instructions.md
@@ -438,7 +438,7 @@
 Please run the following commands (copy and paste to your command line):
 ```sh
 mkdir /home/$USER/scratch/singularity_tmpdir
-echo "export SINGULARITY_TMPDIR=/home/$USER/scratch/singularity_tmpdir" >> $HOME/.bashrc
+echo "export TMPDIR=/home/$USER/scratch/singularity_tmpdir" >> $HOME/.bashrc
 echo "export SINGULARITY_BINDPATH=/scratch,/data,/home/$USER,/shares/amr.imm.uzh" >> $HOME/.bashrc
 source $HOME/.bashrc
 ```
-- 
GitLab