fix typo that breaks update-pxe-network-installer
Story: 2006387 Task: 36912 Change-Id: Ie7efb030d15fbd36b527b76f3d4be0193fc2ac0a Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
parent
b153028880
commit
9bd82f791e
@ -63,7 +63,7 @@ else
|
||||
exit -1
|
||||
fi
|
||||
|
||||
orig_squashfs_img="$i{CENTOS_REPO}/Binary/LiveOS/squashfs.img"
|
||||
orig_squashfs_img="${CENTOS_REPO}/Binary/LiveOS/squashfs.img"
|
||||
if [ -f $orig_squashfs_img ]; then
|
||||
cp -f $orig_squashfs_img $pxe_network_installer_dir/$orig_img_dir/.
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user