We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d317fd commit 6eba8f9Copy full SHA for 6eba8f9
call_host.sh
@@ -12,7 +12,7 @@ fi
12
if [ -z "$CALL_HOST_DIR" ]; then
13
if [[ "$(uname -a)" == *cms*.fnal.gov* ]]; then
14
export CALL_HOST_DIR=~/nobackup/pipes
15
- elif [[ "$(uname -a)" == *.uscms.org* ]]; then
+ elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]] ; then
16
export CALL_HOST_DIR=/scratch/$(whoami)/pipes
17
else
18
echo "Warning: no default CALL_HOST_DIR for $(uname -a), please set your own manually. disabling"
0 commit comments