Invoke bash through /usr/bin/env

This commit is contained in:
Simon Deziel
2017-01-30 20:47:23 -05:00
parent 27a416511f
commit fe17753dd5

View File

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