Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] STARTD_ATTRS question
- Date: Mon, 25 Oct 2010 18:42:15 -0400
- From: Mag Gam <magawake@xxxxxxxxx>
- Subject: [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.