Files
resty_functions/cp_scripts_local_macos.sh
T

9 lines
165 B
Bash
Raw Normal View History

2022-02-03 20:17:56 +08:00
#!/bin/sh
set -x
openresty_sub_config_dir=/usr/local/etc/openresty/conf.d
2022-02-03 20:17:56 +08:00
mkdir -p $openresty_sub_config_dir
2022-02-03 20:17:56 +08:00
cp conf/local_macos/*.conf $openresty_sub_config_dir