Bash Loop Caveat

Posted on November 1st, 2005 in Uncategorized by Russ

One thing to be aware of when doing this bash loop; the ssh that runs within the loop won’t have the full environment variable set for the user on the remote computer. So if you have two versions of php, you may be checking the version of the wrong one.

Not that this would happen, mind you… *blush*

Leave a comment