···33 echo knotserver installed, with repositories stored in: /var/lib/tangled
44 echo
55 echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner,
66- echo and set "KNOT_SERVER_HOSTNAME" to the FQDN echo of your knot.
66+ echo and set "KNOT_SERVER_HOSTNAME" to the FQDN of your knot.
77 echo
88 echo To enable git push over ssh for tangled repositories, run:
99 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"
+1-1
knotserver/knotserver.install
···33 echo knotserver installed, with repositories stored in: /var/lib/tangled
44 echo
55 echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner,
66- echo and set "KNOT_SERVER_HOSTNAME" to the FQDN echo of your knot.
66+ echo and set "KNOT_SERVER_HOSTNAME" to the FQDN of your knot.
77 echo
88 echo To enable git push over ssh for tangled repositories, run:
99 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"
+1-1
src/knotserver-shared/install.sh
···66 echo knotserver installed, with repositories stored in: ${knotserver_repo_path}
77 echo
88 echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner,
99- echo and set "KNOT_SERVER_HOSTNAME" to the FQDN echo of your knot.
99+ echo and set "KNOT_SERVER_HOSTNAME" to the FQDN of your knot.
1010 echo
1111 echo To enable git push over ssh for tangled repositories, run:
1212 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"