From 898e25294ca105cbaf6ed71fa60bb604bdb8b361 Mon Sep 17 00:00:00 2001 From: Sebastian Fricke Date: Sun, 7 Mar 2021 20:02:50 +0100 Subject: [PATCH] lib: distributions.sh: fix typo (#2696) s/deamon/daemon/ Signed-off-by: Sebastian Fricke --- lib/distributions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/distributions.sh b/lib/distributions.sh index bad3d063bf..da28916e28 100644 --- a/lib/distributions.sh +++ b/lib/distributions.sh @@ -39,7 +39,7 @@ install_common() # adjust initramfs dropbear configuration # needs to be done before kernel installation, else it won't be in the initrd image if [[ $CRYPTROOT_ENABLE == yes && $CRYPTROOT_SSH_UNLOCK == yes ]]; then - # Set the port of the dropbear ssh deamon in the initramfs to a different one if configured + # Set the port of the dropbear ssh daemon in the initramfs to a different one if configured # this avoids the typical 'host key changed warning' - `WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!` [[ -f "${SDCARD}"/etc/dropbear-initramfs/config ]] && \ sed -i 's/^#DROPBEAR_OPTIONS=/DROPBEAR_OPTIONS="-p '"${CRYPTROOT_SSH_UNLOCK_PORT}"'"/' \