Skip to content

Commit

Permalink
fix lb-image error on exit (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm authored and jnummelin committed May 25, 2019
1 parent 2a47ca3 commit 3306883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lb-image/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ echo "Forwarding set up succesfully, taking Cinderella nap..."
if [ ! -e /tmp/pause ]; then
mkfifo /tmp/pause
fi
</tmp/pause
</tmp/pause &
wait $!

0 comments on commit 3306883

Please sign in to comment.