diff options
Diffstat (limited to 'Library')
-rwxr-xr-x | Library/firmware.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh index a5bdd4d..c01c23e 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -53,6 +53,7 @@ EOF before=$(stat -c '%i-%Y' "${status}") output=$(mktemp "${data}"/status-tmp.XXXXXX) +chmod 644 "${output}" xxxxxx=${output##*/status-tmp.} rm -f "${data}"/status-tmp.!("${xxxxxx}") |