Merge pull request #138 from fmarier/make-script-executable

Fix the sh path and make script executable
This commit is contained in:
James Kasten 2014-12-20 21:27:51 -08:00
commit 1d9f208cdd

2
letsencrypt/client/setup.sh Normal file → Executable file
View file

@ -1,2 +1,2 @@
#!/usr/bin/sh
#!/bin/sh
cp options-ssl.conf /etc/letsencrypt/options-ssl.conf