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