From 7e1a7482ef4cdd29ab89cbf59ea291102564ffd4 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 12 Jan 2022 20:11:37 +0100 Subject: [PATCH] webhook debug command --- deployment/bare_metal/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/bare_metal/install.sh b/deployment/bare_metal/install.sh index fe6c770ae..09e12754a 100755 --- a/deployment/bare_metal/install.sh +++ b/deployment/bare_metal/install.sh @@ -144,4 +144,6 @@ nano ~/hooks.json ] ``` -webhook -hooks ~/hooks.json & \ No newline at end of file +webhook -hooks ~/hooks.json & +# or for debugging +webhook -hooks ~/hooks.json -verbose \ No newline at end of file