Skip to content

Commit 6aed618

Browse files
committed
Add HOST variable
1 parent 34d4cae commit 6aed618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy_dqmgui.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@ NUMERIC_TMP_DIR="${TMP_BASE_PATH}/numeric"
610610
DQMGUI_TMP_DIR="${TMP_BASE_PATH}/dqmgui"
611611
# Where ROOT will be installed
612612
ROOT_INSTALLATION_DIR="$INSTALLATION_DIR/root/$(_sanitize_string $ROOT_GIT_TAG)"
613+
HOST=$(hostname -s | tr '[:upper:]' '[:lower:]')
614+
613615
# Cleanup if interrupted
614616
trap _cleanup SIGINT
615617

0 commit comments

Comments
 (0)