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:
Scott Little 2020-10-14 10:05:29 -04:00
parent b153028880
commit 9bd82f791e
1 changed files with 1 additions and 1 deletions

View File

@ -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