2022-02-03 20:17:56 +08:00
|
|
|
#!/bin/sh
|
|
|
|
|
set -x
|
|
|
|
|
|
|
|
|
|
mkdir -p /usr/local/etc/openresty/conf.d
|
2022-02-03 20:35:56 +08:00
|
|
|
cp conf/local_macos/*.conf /usr/local/etc/openresty/conf.d/
|
2022-02-03 20:17:56 +08:00
|
|
|
|
|
|
|
|
cp scripts/*.lua /usr/local/opt/openresty/resty_funcs/
|
|
|
|
|
|