From 89582d9ebaafc5bbe6363c5c36b796042f18a8f2 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 16 Nov 2019 17:47:12 -0500 Subject: Makefile: Update prd-httpd. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5865125..b2ade15 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,8 @@ prd-httpd: rsync ${HTTPD_CONF} root@${PRD_HOST}:/${HTTPD_CONF} ssh root@${PRD_HOST} \\"rcctl enable httpd \ - && rcctl restart httpd \\" + && rcctl restart httpd \ + && git -C /etc add httpd.conf rc.conf.local \\" .PHONY: prd-httpd -- cgit v1.2.3