pmark23 Posted August 15, 2004 Posted August 15, 2004 I have a clean-up script which is run by CRON every so often. I would like to add some more features, but this requires a BASH shell. Which shell is used now, and how can a BASH shell be used instead (if this is possible)? Thanks, Mark Quote
pmark23 Posted September 12, 2004 Author Posted September 12, 2004 I don't think you understand the question. Cron already works -- it runs a clean-up script for our Drupal-based site. What shell does Cron default to? I want to make the script more efficient, and to do that I need to know if it's using sh, ksh, bash, or whatever. Cheers, Mark Quote
MikeJ Posted September 12, 2004 Posted September 12, 2004 (edited) BASH is the default shell used by cron. Edited September 12, 2004 by TCH-MikeJ Quote
pmark23 Posted September 14, 2004 Author Posted September 14, 2004 Thanks, that's what I assumed, but was getting some weird errors when trying to set an environment variable. Got it sorted out now (I think). Cheers, Mark Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.