Skip to content

Commit

Permalink
Clean up caveman debugging 🦴
Browse files Browse the repository at this point in the history
Fixes #20
  • Loading branch information
srstsavage committed Feb 20, 2024
1 parent a22f3ad commit 15251de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15251de

Please sign in to comment.