Skip to content

Commit db6bd70

Browse files
committed
Move null
1 parent c3c99bd commit db6bd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ waitForIoTAgent () {
8686
displayServices () {
8787
echo ""
8888
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" --filter name=fiware-*
89-
!{ gp ports list 2> /dev/null }
89+
! { gp ports list } 2> /dev/null
9090
echo ""
9191
}
9292

0 commit comments

Comments
 (0)