Skip to content

Commit

Permalink
fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Jul 9, 2024
1 parent 30c39f9 commit 9b0256b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion call_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -z "$CALL_HOST_DIR" ]; then
if [[ "$(uname -a)" == *cms*.fnal.gov* ]]; then
export CALL_HOST_DIR=~/nobackup/pipes
elif [[ "$(uname -a)" == *.uscms.org* ]]; then
export CALL_HOST_DIR=/scratch/`whoami`/pipes
export CALL_HOST_DIR=/scratch/$(whoami)/pipes
else
echo "Warning: no default CALL_HOST_DIR for $(uname -a), please set your own manually. disabling"
export CALL_HOST_STATUS=disable
Expand Down

0 comments on commit 9b0256b

Please sign in to comment.