Skip to content

Commit

Permalink
Fix path to env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jun 25, 2024
1 parent 43e9d75 commit fd8a7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_dqmgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ preliminary_checks() {

# Stop GUI if already running
if [ -f "${INSTALLATION_DIR:?}/current/config/dqmgui/manage" ] &&
[ -f "$INSTALLATION_DIR/current/sw/cms/dqmgui/$DQMGUI_GIT_TAG/128/etc/profile.d/env.sh" ]; then
[ -f "$INSTALLATION_DIR/current/apps/dqmgui/128/etc/profile.d/env.sh" ]; then
$INSTALLATION_DIR/current/config/dqmgui/manage stop 'I did read documentation'
fi

Expand Down

0 comments on commit fd8a7d7

Please sign in to comment.