#!/bin/sh
if [ "$_condor_LOCAL_DIR" = "." ]; then
export _condor_LOCAL_DIR=$(pwd)
fi
#If we have an X509 user proxy, use it as the Condor daemon proxy.
if [ "$_condor_GSI_DAEMON_PROXY" = "" ] && [ -a "$X509_USER_PROXY" ]; then
export _condor_GSI_DAEMON_PROXY="$X509_USER_PROXY"
fi
exec ${_condor_SBIN}/condor_master "$@"
Please note that this site is a content mirror of the BNL US ATLAS TWiki. To edit the content of this page, click the Edit this page button at the top of the page and log in with your US ATLAS computing account name and password.