We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c99bd commit db6bd70Copy full SHA for db6bd70
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
90
91
}
92
0 commit comments