Commit 898e75f2 authored by Lukas Schauer's avatar Lukas Schauer

Merge pull request #143 from rumpelsepp/master

Use /usr/bin/env bash shebang
parents f6e6c1f1 1561e9fc
#!/bin/bash
#!/usr/bin/env bash
########################################################
# This is the main config file for letsencrypt.sh #
......
#!/bin/bash
#!/usr/bin/env bash
function deploy_challenge {
local DOMAIN="${1}" TOKEN_FILENAME="${2}" TOKEN_VALUE="${3}"
......
#!/bin/bash
#!/usr/bin/env bash
# Fail early
set -eu -o pipefail
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment