openresty.sh 154 B

12345
  1. #!/bin/sh
  2. [ -d /opt/openresty/bin ] && PATH=$PATH:/opt/openresty/bin
  3. [ -d /opt/openresty/nginx/sbin ] && PATH=$PATH:/opt/openresty/nginx/sbin
  4. export PATH