Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit cb48398

Browse files
authored
Merge pull request #21 from axiom-data-science/clean-up-debug-statement
Clean up caveman debugging 🦴
2 parents a22f3ad + 15251de commit cb48398

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ if [ -z "$PASSWORD" ]; then
2323
exit 1
2424
fi
2525

26-
echo $PASSWORD
27-
exit
28-
2926
setup_sshd(){
3027
if [ -e "/root/.ssh/authorized_keys" ]; then
3128
chmod 400 /root/.ssh/authorized_keys

0 commit comments

Comments
 (0)