From 1d4df6cc50f1093cebed6e0e1e326ea2227a5920 Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Tue, 7 Nov 2017 18:26:40 -0800 Subject: [PATCH] dindctl: Use balena to refresh the supervisor container Change-Type: patch Signed-off-by: Pablo Carranza Velez --- dindctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dindctl b/dindctl index 1761cc82..382e008d 100755 --- a/dindctl +++ b/dindctl @@ -125,7 +125,7 @@ function buildSupervisorSrc { function refreshSupervisorSrc { buildSupervisorSrc echo "Restarting the supervisor container" - docker exec -ti $CONTAINER_NAME docker restart resin_supervisor + docker exec -ti $CONTAINER_NAME balena restart resin_supervisor } function runDind {