We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d4cae commit 6aed618Copy full SHA for 6aed618
deploy_dqmgui.sh
@@ -610,6 +610,8 @@ NUMERIC_TMP_DIR="${TMP_BASE_PATH}/numeric"
610
DQMGUI_TMP_DIR="${TMP_BASE_PATH}/dqmgui"
611
# Where ROOT will be installed
612
ROOT_INSTALLATION_DIR="$INSTALLATION_DIR/root/$(_sanitize_string $ROOT_GIT_TAG)"
613
+HOST=$(hostname -s | tr '[:upper:]' '[:lower:]')
614
+
615
# Cleanup if interrupted
616
trap _cleanup SIGINT
617
0 commit comments