Add some more explanatory/diagnostic text.
Branch ready for merge. - Legacy-Id: 19465
This commit is contained in:
parent
3b3e662719
commit
2b80cf7e1d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue