#!/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