浏览代码

Add shebang

Andre Cantero 8 年之前
父节点
当前提交
824ffa24f4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deploy/kong.sh

+ 1 - 0
deploy/kong.sh

@@ -1,3 +1,4 @@
+#!/usr/bin/env sh
 # Note that ssl plugin should be available on Kong instance
 # The hook will match cdomain to request_host, in case of multiple domain it will always take the first
 # one (acme.sh behaviour).