From c55f6ea8bc220bded6695fdae8b0c5bfa891b688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 11 Jul 2019 07:51:25 +0200 Subject: [PATCH] Bugfix Version file must have full path or is not read --- config-docker.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-docker.conf b/config-docker.conf index 2f134df22d..d3125fb65e 100644 --- a/config-docker.conf +++ b/config-docker.conf @@ -13,7 +13,7 @@ shift mkdir -p $SRC/{output,userpatches} grep -q '^docker:' /etc/group && chgrp --quiet docker $SRC/{output,userpatches} chmod --quiet g+w,g+s $SRC/{output,userpatches} -VERSION=$(cat VERSION) +VERSION=$(cat $SRC/VERSION) if grep -q $VERSION <(grep armbian <(docker images)); then display_alert "Using existed a armbian Docker container" else