9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
|
|
openresty_sub_config_dir=/usr/local/etc/openresty/conf.d
|
|
|
|
mkdir -p $openresty_sub_config_dir
|
|
|
|
cp conf/local_macos/*.conf $openresty_sub_config_dir
|