Tweak a user-visible string to say "container", not "toolbox container"
... because that's what's used elsewhere.
This commit is contained in:
parent
3afb2bc4c7
commit
4575c862cd
1 changed files with 1 additions and 1 deletions
2
toolbox
2
toolbox
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue