9 lines
171 B
Bash
Executable File
9 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
|
|
mkdir -p /usr/local/etc/openresty/conf.d
|
|
cp local_macos/*.conf /usr/local/etc/openresty/conf.d/
|
|
|
|
cp scripts/*.lua /usr/local/opt/openresty/resty_funcs/
|
|
|