Bugfix
Version file must have full path or is not read
This commit is contained in:
parent
4720f1fd6d
commit
c55f6ea8bc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user