Tweak a user-visible string to say "container", not "toolbox container"

... because that's what's used elsewhere.
This commit is contained in:
Debarshi Ray 2019-04-12 13:40:02 +02:00
parent 3afb2bc4c7
commit 4575c862cd

View file

@ -700,7 +700,7 @@ create()
exit 1
fi
echo "Created toolbox container: $toolbox_container"
echo "Created container: $toolbox_container"
enter_command=""
if [ "$toolbox_container" = "$toolbox_container_default" ] 2>&3; then