From: Lukas Schauer Date: Sat, 5 Dec 2015 21:30:00 +0000 (+0100) Subject: use "/usr/bin/env bash" instead of "/bin/bash" X-Git-Tag: v0.1.0~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e8454b46efd9852dc576bd451bd66ccd1f1df93;p=thirdparty%2Fdehydrated.git use "/usr/bin/env bash" instead of "/bin/bash" --- 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