From 9bd82f791e68677998487dfadbdb40590973cec9 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Wed, 14 Oct 2020 10:05:29 -0400 Subject: [PATCH] fix typo that breaks update-pxe-network-installer Story: 2006387 Task: 36912 Change-Id: Ie7efb030d15fbd36b527b76f3d4be0193fc2ac0a Signed-off-by: Scott Little --- build-tools/update-pxe-network-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/update-pxe-network-installer b/build-tools/update-pxe-network-installer index 826cd41a..a636cc65 100755 --- a/build-tools/update-pxe-network-installer +++ b/build-tools/update-pxe-network-installer @@ -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