From 0c6e2e6496eb326456fcf25470b4964edd7075a3 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Tue, 13 Apr 2021 17:21:00 +0200 Subject: [PATCH] fix: dev: [host] was failing if ``$NO_DOCKER_RESTART`` was not set Signed-off-by: Valentin Lab --- precise/host/hooks/install.d/70-0k.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/precise/host/hooks/install.d/70-0k.sh b/precise/host/hooks/install.d/70-0k.sh index 07cf6de7..f4aabbdf 100755 --- a/precise/host/hooks/install.d/70-0k.sh +++ b/precise/host/hooks/install.d/70-0k.sh @@ -8,6 +8,7 @@ GIT_0K_BASE=${GIT_0K_BASE:-"0k-ro:/var/git"} ## 0k git remote options GIT_0K_CLONE_OPTIONS=${GIT_0K_CLONE_OPTIONS:-""} +NO_DOCKER_RESTART=${NO_DOCKER_RESTART:-} ## ## Install 0k-manage