1
0

check_web.sh 416 B

123456789101112
  1. #!/bin/bash
  2. # Author: yeho <lj2007331 AT gmail.com>
  3. # BLOG: https://blog.linuxeye.com
  4. #
  5. # Notes: OneinStack for CentOS/RadHat 5+ Debian 6+ and Ubuntu 12+
  6. #
  7. # Project home page:
  8. # http://oneinstack.com
  9. # https://github.com/lj2007331/oneinstack
  10. [ -e "$nginx_install_dir/sbin/nginx" ] && web_install_dir=$nginx_install_dir
  11. [ -e "$tengine_install_dir/sbin/nginx" ] && web_install_dir=$tengine_install_dir