We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6bd70 commit d90a9d0Copy full SHA for d90a9d0
1 file changed
services
@@ -86,7 +86,7 @@ waitForIoTAgent () {
86
displayServices () {
87
echo ""
88
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" --filter name=fiware-*
89
- ! { gp ports list } 2> /dev/null
+ (gp ports list 2> /dev/null) || true
90
91
}
92
0 commit comments