From f722c9d567457920c6884ece8f7608ce1e77d270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Thu, 13 Sep 2018 00:25:07 +0200 Subject: shellcheck bash scripts starting on A; disable shebang checking in all (#4159) scripts; set shell without shebang --- charts.d/postfix.chart.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'charts.d/postfix.chart.sh') diff --git a/charts.d/postfix.chart.sh b/charts.d/postfix.chart.sh index daf91ecf1e..524f1b2533 100644 --- a/charts.d/postfix.chart.sh +++ b/charts.d/postfix.chart.sh @@ -1,3 +1,4 @@ +# shellcheck shell=bash # no need for shebang - this file is loaded from charts.d.plugin # SPDX-License-Identifier: GPL-3.0+ -- cgit v1.2.3