Skip to content

Commit

Permalink
HTCONDOR-1846: Add condor_ce_upgrade_check command
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Sep 12, 2023
1 parent 5f40db7 commit 45109ba
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 45109ba

Please sign in to comment.