mirror of
https://github.com/mag37/dockcheck.git
synced 2026-03-08 01:42:44 +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") ;;
|
GotUpdates) GotUpdates+=("$item") ;;
|
||||||
GotErrors) GotErrors+=("$item") ;;
|
GotErrors) GotErrors+=("$item") ;;
|
||||||
Skip) ;;
|
Skip) ;;
|
||||||
*) echo "Error: invalid result from subprocess! (${item})" ;;
|
*) echo "Error! Unexpected output from subprocess: ${line}" ;;
|
||||||
esac
|
esac
|
||||||
done < <( \
|
done < <( \
|
||||||
docker ps $Stopped --filter "name=$SearchName" --format '{{.Names}}' | \
|
docker ps $Stopped --filter "name=$SearchName" --format '{{.Names}}' | \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue