From 15c8506cfe2fa1187b13fe788c14fdf7ba535bca Mon Sep 17 00:00:00 2001 From: ich777 Date: Sun, 26 Dec 2021 14:20:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Escripts/start-server.sh=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/start-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-server.sh b/scripts/start-server.sh index 28ea281..eadea1d 100644 --- a/scripts/start-server.sh +++ b/scripts/start-server.sh @@ -21,7 +21,7 @@ else echo "---ssh_host_ed25519_key found!---" fi echo "---Starting ssh daemon---" -/usr/sbin/sshd -f ${DATA_DIR}/ssh_config +/usr/sbin/sshd -f ${DATA_DIR}/sshd_config sleep 2 echo "----------------------------------------------------------------------" echo "---Container fully started connect to it by typing in your console:---"