mirror of
https://github.com/xcat2/confluent.git
synced 2024-12-24 12:11:52 +00:00
Fix omitted prefix on variable
This commit is contained in:
parent
5539a6a1e8
commit
c3b295a4a2
@ -29,7 +29,7 @@ for os in el8 suse15 ubuntu20.04; do
|
||||
mkdir ${os}out
|
||||
cd ${os}out
|
||||
cp -a ../opt .
|
||||
cp -a ../{os}/initramfs/* .
|
||||
cp -a ../${os}/initramfs/* .
|
||||
find . | cpio -H newc -o > addons.cpio
|
||||
cd ..
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user