Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
letsencrypt.sh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
letsencrypt.sh
Commits
898e75f2
Commit
898e75f2
authored
Feb 17, 2016
by
Lukas Schauer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #143 from rumpelsepp/master
Use /usr/bin/env bash shebang
parents
f6e6c1f1
1561e9fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
config.sh.example
config.sh.example
+1
-1
hook.sh.example
hook.sh.example
+1
-1
test.sh
test.sh
+1
-1
No files found.
config.sh.example
View file @
898e75f2
#!/
bin/
bash
#!/
usr/bin/env
bash
########################################################
# This is the main config file for letsencrypt.sh #
...
...
hook.sh.example
View file @
898e75f2
#!/
bin/
bash
#!/
usr/bin/env
bash
function
deploy_challenge
{
local
DOMAIN
=
"
${
1
}
"
TOKEN_FILENAME
=
"
${
2
}
"
TOKEN_VALUE
=
"
${
3
}
"
...
...
test.sh
View file @
898e75f2
#!/
bin/
bash
#!/
usr/bin/env
bash
# Fail early
set
-eu
-o
pipefail
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment