I have a very small script that runs the following command and emails the resulting output to me.
flmprg -a info users > /home/tmp/users.log
When run manually from command line, this produces a simple text file of all currently logged in users utilizing a license.
When same command is run from a cron job, output is always blank, regardless of user executing cron. All users have write permission on output file.
Suggestions?