Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SiwatS authored Mar 31, 2022
1 parent 3fe3126 commit 2c7d7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ curl -X PUT --data-binary @fullcert.pem --unix-socket /var/run/control-unit.sock
curl -X PUT --data-binary @/software/ssl-listener.json --unix-socket /var/run/control-unit.sock 'http://localhost/config/listener/%2A%3A443' &&

#Idle Forever
mknod -m 0666 /dev/null c 1 3
tail -f '/dev/null'

0 comments on commit 2c7d7af

Please sign in to comment.