From db23c8c8f57dee6767c950369fcd29a51e9023ac Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Mon, 21 Sep 2020 11:16:56 +0200
Subject: [PATCH] update boxes

---
 HPC_setup/create_runscripts_HPC.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/HPC_setup/create_runscripts_HPC.sh b/HPC_setup/create_runscripts_HPC.sh
index 63c75ed5..7bf08a34 100755
--- a/HPC_setup/create_runscripts_HPC.sh
+++ b/HPC_setup/create_runscripts_HPC.sh
@@ -119,14 +119,14 @@ fi
 
 echo "###################################################################################"
 echo "#   You have to run the the following command on a login node to download data:   #"
-echo "#                             \`python run_HPC.py'                                #"
+echo "#                              \`python run_HPC.py'                                #"
 echo "#                                                                                 #"
 
 echo "#   Please execute the following command to check if the setup went well:         #"
 if [[ ${hpcsys} = 'juwels' ]]; then
-  echo "#             \`sbatch run_juwels_develgpus.bash'                                 #"
+  echo "#                   \`sbatch run_juwels_develgpus.bash'                            #"
 else
-  echo "#             \`sbatch run_hdfml_batch.bash'                                      #"
+  echo "#                   \`sbatch run_hdfml_batch.bash'                                 #"
 fi
 
 echo "###################################################################################"
-- 
GitLab