chmod successful download

This commit is contained in:
tengel 2024-08-10 06:45:57 -05:00
parent d1dd382b34
commit b9f46d0d94

View file

@ -74,6 +74,7 @@ if [[ $? -eq 0 ]]; then
sha256sum --status -c "${_FJO_NAME}.sha256"
if [[ $? -eq 0 ]]; then
# sha256sum check passed
chmod +x "${_FJO_NAME}"
noise "Download of ${_FJO_NAME} matches sha256sum"
else
noise "Download of ${_FJO_NAME} failed sha256sum"