From 6b8ba66da9c5d537291bec6cf6ca9acbbf4c30ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 27 Apr 2024 00:41:27 +0200 Subject: [PATCH] Use bash instead of sh for alters to fix hostname --- conf/monitorix-alert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/monitorix-alert.sh b/conf/monitorix-alert.sh index 2544ecf..cacb65f 100644 --- a/conf/monitorix-alert.sh +++ b/conf/monitorix-alert.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Example script used to execute an alert action. #