Adding PHP/PHP5 to Bash Script Path

#!/bin/bash -e
PATH=/usr/local/php5/bin:$PATH

# The path to PHP needs to added!

  • 19 Users Found This Useful
Was this answer helpful?

Powered by WHMCompleteSolution