From 44ab2f35e3632db291b867c66a1662bd724b4c7d Mon Sep 17 00:00:00 2001
From: Uwe Schmitt <uwe.schmitt@id.ethz.ch>
Date: Thu, 22 Aug 2019 17:10:58 +0200
Subject: [PATCH] small fix in ./update_conda_env_on_euler.sh

---
 setup_eth_euler/update_conda_env_on_euler.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup_eth_euler/update_conda_env_on_euler.sh b/setup_eth_euler/update_conda_env_on_euler.sh
index 3893c8d..38c1b1e 100755
--- a/setup_eth_euler/update_conda_env_on_euler.sh
+++ b/setup_eth_euler/update_conda_env_on_euler.sh
@@ -10,7 +10,7 @@ ssh euler bash <<EOL
 set -x
 cd ${ROOT}
 test -f $MINICONDA_INSTALLER || wget https://repo.anaconda.com/miniconda/$MINICONDA_INSTALLER
-test -f miniconda3  || bash Miniconda3-latest-Linux-x86_64.sh -b -p ./miniconda3
+test -d miniconda3  || bash Miniconda3-latest-Linux-x86_64.sh -b -p ./miniconda3
 
 if test -d conda_env; then
     miniconda3/bin/conda env update -p conda_env -f environment.yml;
-- 
GitLab