Skip to content
Snippets Groups Projects
Commit bb16c7d2 authored by boklm's avatar boklm Committed by Richard Pospesel
Browse files

Bug 40878: Fix default permission on gpg signature files

parent 8a7319b1
No related tags found
No related merge requests found
......@@ -20,4 +20,5 @@ do
tmpsig=$(mktemp)
echo "$GPG_PASS" | sudo -u signing-gpg -- "$wrappers_dir/sign-gpg" "$i" > "$tmpsig"
mv -f "$tmpsig" "${i}.asc"
chmod 644 "${i}.asc"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment