Skip to content
Snippets Groups Projects
Commit e6010183 authored by Holger Brandl's avatar Holger Brandl
Browse files

fixed common bin path

parent fb6ff9b9
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ if [ $(hostname) == "bioinformatics-srv1" ]; then
elif [[ $(hostname) == *-mac* ]]; then
export BIO_BIN_BASE=${HOME}/bin
elif [[ $(hostname) == "falcon1" ]]; then
export BIO_BIN_BASE="/projects/bioinfo/holger/bin"
export BIO_BIN_BASE="/projects/bioinfo/brandl/bin"
else
if [ -z ${BIO_BIN_BASE} ]; then echo "BIO_BIN_BASE is not set"; exit 1; fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment