Skip to content

Commit efce266

Browse files
committed
/bin/env doesn't exist on debian systems while /usr/bin/env exists on both debian and redhat systems. without correcting this stunnel::certificate cannot build a PEM certificate.
1 parent ef3897a commit efce266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/stunnel-combine-certs.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env ruby
1+
#!/usr/bin/env ruby
22

33
require 'optparse'
44
require 'tempfile'

0 commit comments

Comments
 (0)