Cron scripts are executed in "limited" environment, PATH and co are very restrained.
How can I emulate this env setting from interactive shell so that I could debug scripts that work great from user shell bug fail on the cron shell
|
feedback
|
|
I found this nice post on SO. One of the answers suggest to get the environment variables using | |||
|
feedback
|