mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
remove another unnecessary script
This commit is contained in:
parent
6fc252e007
commit
7254f0d79a
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/ruby
|
||||
if ARGV.length < 2
|
||||
puts "Usage: ruby sign_update.rb update_archive private_key"
|
||||
exit
|
||||
end
|
||||
|
||||
puts `openssl dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -dss1 -sign "#{ARGV[1]}" | openssl enc -base64`
|
Loading…
Reference in a new issue