23 Nov
2012
23 Nov
'12
15:23
As hinted in the last cited line:
the /etc/crontab is: ============================================== SHELL=/bin/bash ENV=/etc/profile.d/my-env.sh
If $SHELL is /bin/bash, $ENV is not read. Then $BASH_ENV is read.
Yes you are right. But I changed it to SHELL=/bin/sh and the same problem again. As you can see in my former posting, the variables are read (debug output from cron), but they are not set in the called cron (output from "set") Thanx Meike -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org