From: Simon Deziel Date: Tue, 31 Jan 2017 01:36:19 +0000 (-0500) Subject: The example hook script uses bash test regex X-Git-Tag: v0.4.0~4^2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=27a416511f95989d7ddbd290cf33a97e8a2c9d6a;p=thirdparty%2Fdehydrated.git The example hook script uses bash test regex Use bash explictly as done for the main script. Signed-off-by: Simon Deziel --- diff --git a/docs/examples/hook.sh b/docs/examples/hook.sh index b7bd836..1823372 100755 --- a/docs/examples/hook.sh +++ b/docs/examples/hook.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash deploy_challenge() { local DOMAIN="${1}" TOKEN_FILENAME="${2}" TOKEN_VALUE="${3}"