From 15251de476a37eec08ee728179a7d7f6394c2207 Mon Sep 17 00:00:00 2001 From: Shane St Savage Date: Tue, 20 Feb 2024 10:07:45 -0800 Subject: [PATCH] =?UTF-8?q?Clean=20up=20caveman=20debugging=20=F0=9F=A6=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #20 --- entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index e3bbbd1..8e20825 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,9 +23,6 @@ if [ -z "$PASSWORD" ]; then exit 1 fi -echo $PASSWORD -exit - setup_sshd(){ if [ -e "/root/.ssh/authorized_keys" ]; then chmod 400 /root/.ssh/authorized_keys