summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-16 17:47:12 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-16 17:47:12 -0500
commit89582d9ebaafc5bbe6363c5c36b796042f18a8f2 (patch)
tree4877eccf084351203b81928defce3646752e6690
parent3c35b8fbed5fd50d7aed85e7f42f295640602740 (diff)
Makefile: Update prd-httpd.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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