mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Merge pull request #138 from fmarier/make-script-executable
Fix the sh path and make script executable
This commit is contained in:
commit
1d9f208cdd
1 changed files with 1 additions and 1 deletions
2
letsencrypt/client/setup.sh
Normal file → Executable file
2
letsencrypt/client/setup.sh
Normal file → Executable file
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
cp options-ssl.conf /etc/letsencrypt/options-ssl.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue