Files
resty_functions/cp_scripts_local_macos.sh
T
2022-02-03 20:35:56 +08:00

9 lines
176 B
Bash
Executable File

#!/bin/sh
set -x
mkdir -p /usr/local/etc/openresty/conf.d
cp conf/local_macos/*.conf /usr/local/etc/openresty/conf.d/
cp scripts/*.lua /usr/local/opt/openresty/resty_funcs/