diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-06 19:18:48 +0100 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 10:14:55 +0000 |
commit | 6fa4b5bae9e3f30167004e53e317f21fb8a4ac24 (patch) | |
tree | 78a46e905421f210e4d85bb00c15ff94c01cd881 /scripts | |
parent | 9fb3d690467e1d17a956d03f690e7f87ece1a3a1 (diff) | |
download | vyos-live-build-6fa4b5bae9e3f30167004e53e317f21fb8a4ac24.tar.gz vyos-live-build-6fa4b5bae9e3f30167004e53e317f21fb8a4ac24.zip |
binary_hdd: fix variable name typo
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_hdd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_hdd b/scripts/build/binary_hdd index 5d0926eb3..c380374e7 100755 --- a/scripts/build/binary_hdd +++ b/scripts/build/binary_hdd @@ -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 |