Skip to content

Commit

Permalink
Make proxy secret block more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Nov 18, 2019
1 parent 59ddffa commit ed9689d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ if [ ! -f "$MTG_SECRET" ]; then
> "$MTG_SECRET"
fi

echo
echo "Proxy secret is $(cat "$MTG_SECRET"). Port is $MTG_PORT."
echo

docker ps --filter "Name=$MTG_CONTAINER" -aq | xargs -r docker rm -fv
docker run \
Expand Down

0 comments on commit ed9689d

Please sign in to comment.