mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add quotes
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
This commit is contained in:
parent
9fec285df0
commit
a3501422cd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ then
|
||||||
implantisomd5 --force "../../${ISO_NAME}"
|
implantisomd5 --force "../../${ISO_NAME}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $(dirname "../../${ISO_NAME}") && sha256sum -c "$(basename ${ISO_NAME})-CHECKSUM"
|
cd "$(dirname "../../${ISO_NAME}")" && sha256sum -c "$(basename "${ISO_NAME}")-CHECKSUM"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue