1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

add quotes

Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
This commit is contained in:
Jason N 2024-04-02 16:40:21 -04:00 committed by GitHub
parent 9fec285df0
commit a3501422cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,4 +11,4 @@ then
implantisomd5 --force "../../${ISO_NAME}"
fi
cd $(dirname "../../${ISO_NAME}") && sha256sum -c "$(basename ${ISO_NAME})-CHECKSUM"
cd "$(dirname "../../${ISO_NAME}")" && sha256sum -c "$(basename "${ISO_NAME}")-CHECKSUM"