diff --git a/watchdog.sh b/watchdog.sh index 1ba53185a332f93744a225b4c2eeaf7b82550e54..91494cc08d4a300db5eaaad77becb8d636873d0a 100755 --- a/watchdog.sh +++ b/watchdog.sh @@ -6,11 +6,11 @@ CONFDIR="/daq_area/castor/${SHORTHOSTNAME}/${USER}" CFG_EXTENSION="cfg" if [ x"$1" = xTEST ]; then - SWDIR="/atlas-home/1/flegoff" + SWDIR="/atlas-home/1/flegoff/CastorScript" CFG_EXTENSION="testcfg" - echo "running test configurations: swdir=$SWDIR, cfg_ext=$CFG" + echo "running test configurations: swdir=$SWDIR, cfg_ext=$CFG_EXTENSION" else - echo "running prod configurations: swdir=$SWDIR, cfg_ext=$CFG" + echo "running prod configurations: swdir=$SWDIR, cfg_ext=$CFG_EXTENSION" fi # Prevents "*.cfg" to be returned if no files are present