From ca4d5fd535f46f77ca5e958729f61a9e8e7d204f Mon Sep 17 00:00:00 2001 From: Jason K Date: Sat, 21 Aug 2021 14:42:18 +0800 Subject: [PATCH] Update cloudflare-template.sh --- cloudflare-template.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudflare-template.sh b/cloudflare-template.sh index e05f973..3fbca66 100644 --- a/cloudflare-template.sh +++ b/cloudflare-template.sh @@ -1,4 +1,5 @@ -#!/bin/sh +#!/bin/bash +## change to "bin/sh" when necessary auth_email="" # The email used to login 'https://dash.cloudflare.com' auth_method="token" # Set to "global" for Global API Key or "token" for Scoped API Token