Bash Loop Caveat
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*
Comment?
