The environment crontab is working is different with current user. With current user, I could run my shell, but crontab does not work.
Resolvation:
Add following into shell:
. /etc/profile
. ~/.bash_profile
. ~/.bashrc
The environment crontab is working is different with current user. With current user, I could run my shell, but crontab does not work.
Resolvation:
Add following into shell:
. /etc/profile
. ~/.bash_profile
. ~/.bashrc