Tagged Questions

2
votes
3answers
73 views

Environment variable used in shell script appear blank in log file when run by cron

Forgive my ignorance, but I am somewhat new to shell scripting and the use of environment variables in Linux. I have a script that performs a backup of a MySQL database. I have t …