On 10/14/2016 07:48 AM, Labounek René wrote:
Dear condor users, I have a problem with USER variable throuh condor job. The /hd1/AnkleStim1_3.ica/condor_log/batch.sh file: #!/bin/bash . /etc/fsl/5.0/fsl.sh cd /md1/NM-RMV/NM-RMV-091/Results/AnkleStim1_3.ica whoami echo $USER USER=pavel echo $USERnice -n 10 featregapply ./
Try adding the line export USER after the USER=pavel line. -greg