Add some more explanatory/diagnostic text.

Branch ready for merge.
 - Legacy-Id: 19465
This commit is contained in:
Lars Eggert 2021-10-27 07:57:10 +00:00
parent 3b3e662719
commit 2b80cf7e1d

View file

@ -74,8 +74,16 @@ python -m smtpd -n -c DebuggingServer localhost:2025 &
echo
if [ -z "$*" ]; then
echo "You can execute arbitrary commands now, e.g.,"
echo
echo " ietf/manage.py runserver 0.0.0.0:8000"
echo
echo "to start a development instance of the Datatracker."
echo
bash
else
echo "Executing \"$*\" and stopping container."
echo
bash -c "$*"
fi