summarylogtreecommitdiffstats
path: root/openresty.sh
blob: dd0c3e907e17faec600524d8e9d05b81d33fe6c1 (plain)
1
2
3
4
#!/bin/sh
[ -d /opt/openresty/bin ] && PATH=$PATH:/opt/openresty/bin
[ -d /opt/openresty/nginx/sbin ] && PATH=$PATH:/opt/openresty/nginx/sbin
export PATH