Files
resty_functions/cp_scripts_local_macos.sh
T

9 lines
176 B
Bash
Raw Normal View History

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/