···22 echo
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 override `KNOT_SERVER_HOSTNAME` if 'hostname' does not return the FQDN echo of your knot.
55+ echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner,
66+ echo and override "KNOT_SERVER_HOSTNAME" if 'hostname' does not return the FQDN echo 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"
+2-2
knotserver/knotserver.install
···22 echo
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 override `KNOT_SERVER_HOSTNAME` if 'hostname' does not return the FQDN echo of your knot.
55+ echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner,
66+ echo and override "KNOT_SERVER_HOSTNAME" if 'hostname' does not return the FQDN echo 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"
+2-2
src/knotserver-shared/install.sh
···44 echo
55 echo knotserver installed, with repositories stored in: ${knotserver_repo_path:-/var/lib/tangled/repositories}
66 echo
77- echo Use \`systemctl edit knotserver.service\` to set \`KNOT_SERVER_OWNER\` to the DID of the knot owner,
88- echo and override \`KNOT_SERVER_HOSTNAME\` if 'hostname' does not return the FQDN echo of your knot.
77+ echo Use "systemctl edit knotserver.service" to set "KNOT_SERVER_OWNER" to the DID of the knot owner,
88+ echo and override "KNOT_SERVER_HOSTNAME" if 'hostname' does not return the FQDN echo of your knot.
99 echo
1010 echo To enable git push over ssh for tangled repositories, run:
1111 echo " ln -s /usr/lib/systemd/sshd_config.d/knotserver.conf /etc/ssh/sshd_config.d/30-knotserver.conf"