From 5c5b32dcd8cb80bab0ec2c711854c281bb985643 Mon Sep 17 00:00:00 2001 From: Tobias Frederick Date: Thu, 30 Apr 2020 21:00:25 +0200 Subject: [PATCH] Fix apache-stats.sh --- snmp/apache-stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmp/apache-stats.sh b/snmp/apache-stats.sh index b1a9a06..275d815 100755 --- a/snmp/apache-stats.sh +++ b/snmp/apache-stats.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # This script produces LibreNMS apache-stats output. The only dependency is curl.