From 681e8b645957d7c20d6cc67d2768410c37674ca7 Mon Sep 17 00:00:00 2001 From: "md5(donics)" <464bb26bac556e85b6fd6b524347b103@donics.org> Date: Mon, 4 Jun 2018 14:44:04 -0400 Subject: [PATCH] Include shebang info wiki/home.md in readme A change was made in response to #60 (fork/exec: exec format error) on the wiki that would be useful to also propagate to the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d353a0a..9875828 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Prebuilt binaries for different architectures are available at [GitHub Releases] ## Configuration Next step is to define some hooks you want [webhook][w] to serve. Begin by creating an empty file named `hooks.json`. This file will contain an array of hooks the [webhook][w] will serve. Check [Hook definition page](docs/Hook-Definition.md) to see the detailed description of what properties a hook can contain, and how to use them. -Let's define a simple hook named `redeploy-webhook` that will run a redeploy script located in `/var/scripts/redeploy.sh`. +Let's define a simple hook named `redeploy-webhook` that will run a redeploy script located in `/var/scripts/redeploy.sh`. Make sure that your bash script has `#!/bin/sh` shebang on top. Our `hooks.json` file will now look like this: ```json