From d81df666c7282f3ff1c673a242e59f8360d75de2 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Fri, 2 Oct 2020 19:10:20 -0500 Subject: [PATCH] Update 95-git --- root/etc/cont-init.d/95-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/95-git b/root/etc/cont-init.d/95-git index 4b4004b..fe793de 100644 --- a/root/etc/cont-init.d/95-git +++ b/root/etc/cont-init.d/95-git @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bash # Determine if setup is needed -if [[ -n "$(command -v git)" ]]; then +if ! command -v git; then ## Ubuntu if [ -f /usr/bin/apt ]; then apt-get update