Skip to content
Snippets Groups Projects
Commit 2ec3d5ad authored by Andrea Valassi's avatar Andrea Valassi
Browse files

Fix hostname arguments to get a single IP address instead of many

git-svn-id: file:///git/lcgcool.svndb/cool/trunk@20094 4525493e-7705-40b1-a816-d608a930855b
parent 680f8745
No related branches found
No related tags found
No related merge requests found
CORAL_base=
if [ "$HOSTNAME" == "buildcoverity.cern.ch" ]; then
CORAL_base=/builda/Persistency/CORAL/trunk
elif [ "$HOSTNAME" == "moonshot-arm64-04" ] || [ `hostname -I` == "128.142.167.75" ]; then
elif [ "$HOSTNAME" == "moonshot-arm64-04" ] || [ `hostname -i` == "128.142.167.75" ]; then
CORAL_base=/home/avalassi/CORAL/trunk
elif [ "$USER" == "avalassi" ]; then
CORAL_base=/home/avalassi/CORAL/trunk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment