binary_hdd: fix variable name typo
This commit is contained in:
parent
9fb3d69046
commit
6fa4b5bae9
|
@ -86,9 +86,9 @@ Restore_package_cache binary
|
|||
Install_package
|
||||
|
||||
# Remove old binary
|
||||
if [ -f ${LIVE_iMAGE_NAME}.img ]
|
||||
if [ -f ${LIVE_IMAGE_NAME}.img ]
|
||||
then
|
||||
rm -f ${LIVE_iMAGE_NAME}.img
|
||||
rm -f ${LIVE_IMAGE_NAME}.img
|
||||
fi
|
||||
|
||||
case "${LB_BINARY_FILESYSTEM}" in
|
||||
|
|
Loading…
Reference in New Issue