[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] STARTD_ATTRS question



I was wondering if this is possible to do,

if [[ -d /home/archive ]]; then
  archive="yes"
else
  archive="no"
fi

STARTD_ATTRS = archive

Basically, it would be useful to do shell logic.