Skip to content

Commit

Permalink
Merge pull request #584 from htcondor/V6-HTCONDOR-1846-condor_ce_upgr…
Browse files Browse the repository at this point in the history
…ade_check

HTCONDOR-1846: Add condor_ce_upgrade_check command
  • Loading branch information
ColeBollig authored Sep 12, 2023
2 parents 468cf6c + 45109ba commit 9cc3238
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file modified src/condor_ce_restart
100644 → 100755
Empty file.
5 changes: 5 additions & 0 deletions src/condor_ce_upgrade_check
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

. /usr/share/condor-ce/condor_ce_env_bootstrap
export GSI_AUTHZ_CONF=/dev/null
exec condor_upgrade_check -ce "$@"

0 comments on commit 9cc3238

Please sign in to comment.