Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SiwatS committed Mar 31, 2022
1 parent b2810f0 commit e630755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ curl -X PUT --data-binary @fullcert.pem --unix-socket /var/run/control-unit.sock
#Apply SSL Partial Configuration
curl -X PUT --data-binary @/software/ssl-listener.json --unix-socket /var/run/control-unit.sock 'http://localhost/config/listeners/*:443' &&

#Idle Forever (IDK why tail -f /dev/null doesn't work so using infinite loop instead.)
#If you use other base image other than minimal, tail might work.
#Idle Forever
tail -f /dev/null

0 comments on commit e630755

Please sign in to comment.