dindctl: Use balena to refresh the supervisor container

Change-Type: patch
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
Pablo Carranza Velez 2017-11-07 18:26:40 -08:00
parent 5613801219
commit 1d4df6cc50

View File

@ -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 {