Separate fedora-toolbox debug output from those originating elsewhere
This commit is contained in:
parent
1f9007cc2c
commit
4873850da2
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ enter()
|
|||
if $prefix_sudo podman exec $toolbox_container test -f $SHELL 2>&42; then
|
||||
shell_to_exec=$SHELL
|
||||
else
|
||||
echo "$SHELL not found in $toolbox_container; using $shell_to_exec instead" >&42
|
||||
echo "$0: $SHELL not found in $toolbox_container; using $shell_to_exec instead" >&42
|
||||
fi
|
||||
|
||||
echo "$0: trying to exec $shell_to_exec in container $toolbox_container" >&42
|
||||
|
|
Loading…
Reference in a new issue