[all variants] ~/.bashrc and cron
I’m using session variables from ~/.bashrc, but it didn’t work in cron until I’ve commented out return command
# If not running interactively, don't do anything
case $- in
*i*) ;;
# *) return;;
Is there any possible reason I should not use this approach?
0 Comments
No Comments Yet!
You can be first to comment this post!