Skip to content

Commit 6b0145f

Browse files
committed
board/common: minor fix to usage text, and silence logs
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent b21043c commit 6b0145f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

board/common/rootfs/usr/sbin/container

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ delete()
320320
fi
321321

322322
# Should already be stopped, but if not ...
323-
log "$name: should already be stopped, double checking ..."
324323
container stop "$name" >/dev/null
325324

326325
while running "$name"; do
@@ -332,7 +331,6 @@ delete()
332331
sleep 1
333332
done
334333

335-
log "$name: calling podman rm -vif ..."
336334
podman rm -vif "$name" >/dev/null 2>&1
337335
[ -n "$quiet" ] || log "Container $name has been removed."
338336

@@ -478,7 +476,7 @@ options:
478476
-q, --quiet Quiet operation, called from confd
479477
-r, --restart POLICY One of "no", "always", or "on-failure:NUM"
480478
-s, --simple Show output in simplified format
481-
-t, --timeout SEC Set timeout for delete/restart commands, default: 20
479+
-t, --timeout SEC Set timeout for delete/restart commands, default: 30
482480
-v, --volume NAME:PATH Create named volume mounted inside container on PATH
483481
484482
commands:

0 commit comments

Comments
 (0)