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