The example hook script uses bash test regex

Use bash explictly as done for the main script.

Signed-off-by: Simon Deziel <simon.deziel@gmail.com>
This commit is contained in:
Simon Deziel
2017-01-30 20:36:19 -05:00
parent e5452922e9
commit 27a416511f

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
deploy_challenge() {
local DOMAIN="${1}" TOKEN_FILENAME="${2}" TOKEN_VALUE="${3}"