mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
Print entire line on error
This commit is contained in:
parent
408a8b14dd
commit
3aeee837f9
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ else
|
|||
GotUpdates) GotUpdates+=("$item") ;;
|
||||
GotErrors) GotErrors+=("$item") ;;
|
||||
Skip) ;;
|
||||
*) echo "Error: invalid result from subprocess! (${item})" ;;
|
||||
*) echo "Error! Unexpected output from subprocess: ${line}" ;;
|
||||
esac
|
||||
done < <( \
|
||||
docker ps $Stopped --filter "name=$SearchName" --format '{{.Names}}' | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue