bash_profile.sh 121 B

1234567
  1. #!/bin/bash
  2. export PHP_HOME=${IROOT}/php-5.5.17
  3. export PHP_FPM=$PHP_HOME/sbin/php-fpm
  4. export NGINX_HOME=${IROOT}/nginx