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