summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-24 19:38:14 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-24 19:39:01 -0400
commitc09cebe8b3f35db2c2d1ebf4929581aa317535ae (patch)
tree1eff2343a09f32c39219f538381c3362e28b5d43
parentc9aa652bcd7cf70e060b5f828bb2ec16bdc482db (diff)
"make install" will reload sshd service
-rw-r--r--EndoForge/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/EndoForge/Makefile b/EndoForge/Makefile
index 938c849..70c6362 100644
--- a/EndoForge/Makefile
+++ b/EndoForge/Makefile
@@ -69,6 +69,7 @@ install-root: install-user-config
69 $(ROOT_INSTALL) -m0644 -t "$(SSHD_CONFIG_DIR)" $(SRC)/anonymous-access.conf || true 69 $(ROOT_INSTALL) -m0644 -t "$(SSHD_CONFIG_DIR)" $(SRC)/anonymous-access.conf || true
70 $(ROOT_INSTALL) -t "$(SSH_LIB_DIR)" $(SRC)/AuthorizedKeysCommand || true 70 $(ROOT_INSTALL) -t "$(SSH_LIB_DIR)" $(SRC)/AuthorizedKeysCommand || true
71 [ -e /etc/ssh/AuthorizedKeysCommand ] || $(SUDO) ln -s -t /etc/ssh "$(SSH_LIB_DIR)"/AuthorizedKeysCommand 71 [ -e /etc/ssh/AuthorizedKeysCommand ] || $(SUDO) ln -s -t /etc/ssh "$(SSH_LIB_DIR)"/AuthorizedKeysCommand
72 $(SUDO) systemctl reload sshd
72 73
73README.html: README.md 74README.html: README.md
74 pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@ 75 pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@