All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
4 lines
161 B
Bash
Executable File
4 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
BASE_CONFIG_PATH=/etc/nginx/nginx.conf
|
|
echo "load_module /etc/nginx/modules/ngx_http_dav_ext_module.so;\n$(cat $BASE_CONFIG_PATH)" > $BASE_CONFIG_PATH
|