mirror of
https://github.com/clearlinux/rkt.git
synced 2026-09-03 20:31:35 +00:00
Fix ci usr-from-host test bail out typo.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ if [ $(basename $(sudo readlink /proc/1/exe)) == systemd ] ; then
|
||||
fi
|
||||
|
||||
STAGE1_SRC_FROM_HOST=0
|
||||
if tar xOvf ../bin/stage1.aci ./manifest|grep -q usr-from-host ; then
|
||||
if tar xOvf ../bin/stage1.aci manifest|grep -q usr-from-host ; then
|
||||
STAGE1_SRC_FROM_HOST=1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user