From c2a48f855904a25cb976cc4aff04ae0759dcfd33 Mon Sep 17 00:00:00 2001 From: Thao-Nguyen Do Date: Sat, 14 Dec 2019 21:47:02 +0100 Subject: [PATCH 1/2] Explicitly use bash in post hook --- scripts/script-post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/script-post.sh b/scripts/script-post.sh index 2d7499f..a624e96 100644 --- a/scripts/script-post.sh +++ b/scripts/script-post.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash api_key='' domainID='' From 8a4aaf44e1d9237a76e659c624d8ec0881098e8f Mon Sep 17 00:00:00 2001 From: Thao-Nguyen Do Date: Sat, 14 Dec 2019 21:47:35 +0100 Subject: [PATCH 2/2] Explicitly use bash in pre hook --- scripts/script-pre.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/script-pre.sh b/scripts/script-pre.sh index 050f4d1..1490345 100644 --- a/scripts/script-pre.sh +++ b/scripts/script-pre.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash api_key='' domainID=''