diff options
-rwxr-xr-x | modules/buildsystem/templates/upload-bin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/upload-bin b/modules/buildsystem/templates/upload-bin index c0617964..4f02d002 100755 --- a/modules/buildsystem/templates/upload-bin +++ b/modules/buildsystem/templates/upload-bin @@ -18,6 +18,7 @@ then exit 2 fi /bin/mv "$tmpfile" "$binrepodir/$sha1sum" +/bin/chmod 644 "$binrepodir/$sha1sum" echo "$username:$comment" > "$uploadinfosdir/$sha1sum" echo "User $username uploaded file $sha1sum: $comment" |