On Thu, Oct 9, 2008 at 5:16 PM, Mohan Sundaram <[EMAIL PROTECTED]> wrote: > I've written a bash script to get my SSID and accordingly set my network > preferences (on a Mac). The script works well in an interactive shell but > fails to work similarly when invoked thro cron.
Ensure your PATH environment variable is set correctly. cron by default use a minimal PATH. - Raja _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
