From 2e8454b46efd9852dc576bd451bd66ccd1f1df93 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Sat, 5 Dec 2015 22:30:00 +0100 Subject: [PATCH] use "/usr/bin/env bash" instead of "/bin/bash" --- letsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt.sh b/letsencrypt.sh index 354c478..f1e314c 100755 --- a/letsencrypt.sh +++ b/letsencrypt.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e set -u -- 2.47.3