mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update config-docker.conf
This commit is contained in:
@@ -12,7 +12,7 @@ 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 $SRC/VERSION)
|
||||
VERSION=$(cat $SRC/VERSION | sed 's/trunk.*/trunk/')
|
||||
VERSION=$(cat $SRC/VERSION | sed 's/trunk.*/trunk/')"-$(dpkg --print-architecture)"
|
||||
if grep -q $VERSION <(grep armbian <(docker images)); then
|
||||
display_alert "Using existed a armbian Docker container"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user