Skip to content

Commit

Permalink
Add HOST variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jun 11, 2024
1 parent 34d4cae commit 6aed618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy_dqmgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ NUMERIC_TMP_DIR="${TMP_BASE_PATH}/numeric"
DQMGUI_TMP_DIR="${TMP_BASE_PATH}/dqmgui"
# Where ROOT will be installed
ROOT_INSTALLATION_DIR="$INSTALLATION_DIR/root/$(_sanitize_string $ROOT_GIT_TAG)"
HOST=$(hostname -s | tr '[:upper:]' '[:lower:]')

# Cleanup if interrupted
trap _cleanup SIGINT

Expand Down

0 comments on commit 6aed618

Please sign in to comment.