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