↧
Answer by KuboMD for "Command not Found" Errors when Sourcing my Env
Thanks to helpful comments, I was able to remove the variables I didn't need until cron stopped complaining. command not found Errors were silenced by removing the LS_COLORS line from my .env file. The...
View Article"Command not Found" Errors when Sourcing my Env
I keep a good copy of my env in a file /root/.env which I import when I use cron jobs because I use them to run Expect Scripts which won't run without TERM and a few others(?). I do so as such: set -o...
View Article