summarylogtreecommitdiffstats
path: root/openresty.sh
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-05-26 06:20:16 +0100
committerDaichi Shinozaki2017-05-26 06:20:16 +0100
commitb89633b8d74f136aca5dceb123d1f8ff15665115 (patch)
tree972aa8a517b76720ad2702f86ba87534a642d40f /openresty.sh
parent59dbc77136606c741b4b78633b50ed0ba3382062 (diff)
downloadaur-b89633b8d74f136aca5dceb123d1f8ff15665115.tar.gz
OpenSSL 1.0.2l. Some fixes abouth $PATH.
Diffstat (limited to 'openresty.sh')
-rwxr-xr-xopenresty.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/openresty.sh b/openresty.sh
new file mode 100755
index 000000000000..dd0c3e907e17
--- /dev/null
+++ b/openresty.sh
@@ -0,0 +1,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