add cp_scripts_local_macos.sh
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
mkdir -p /usr/local/etc/openresty/conf.d
|
||||
cp local_macos/*.conf /usr/local/etc/openresty/conf.d/
|
||||
|
||||
cp scripts/*.lua /usr/local/opt/openresty/resty_funcs/
|
||||
|
||||
Reference in New Issue
Block a user