From 3426e4793c6bf7592fdf2638aaca3dfed8bd6a4e Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Sun, 14 Nov 2021 18:32:51 +0100
Subject: [PATCH] Fixing ubuntu

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index d788465..d1c5246 100755
--- a/build.sh
+++ b/build.sh
@@ -12,7 +12,7 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de"  ]; then
 	export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH"
 fi
 
-if [ x"$hostname" == x"cifarm-ubuntu-node.mpi-cbg.de"  ]; then
+if [ x"$hostname" == x"cifarm-ubuntu-node"  ]; then
         echo "Ubuntu node"
         export PATH="/opt/bin:$PATH"
 fi
-- 
GitLab