Merge pull request #143 from rumpelsepp/master

Use /usr/bin/env bash shebang
This commit is contained in:
Lukas Schauer
2016-02-17 18:56:39 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
########################################################
# This is the main config file for letsencrypt.sh #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
function deploy_challenge {
local DOMAIN="${1}" TOKEN_FILENAME="${2}" TOKEN_VALUE="${3}"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Fail early
set -eu -o pipefail