From 9649d61fb39ef498680706eda8536e1b4315b310 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 6 Jul 2026 23:29:11 +0200 Subject: [PATCH] Fix typo in osm_mem_status --- src/munin/osm_mem_status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/munin/osm_mem_status b/src/munin/osm_mem_status index acf157663..2bf4bdac3 100755 --- a/src/munin/osm_mem_status +++ b/src/munin/osm_mem_status @@ -10,6 +10,6 @@ if [[ "$1" = "config" ]]; then exit 0 }; fi -GRANTED=`$(/OVERPASS_EXEC_DIR/bin/dispatcher --osm-base --status | grep -E "^Average claimed space:" | awk '{ print $4; }') +GRANTED=$(/OVERPASS_EXEC_DIR/bin/dispatcher --osm-base --status | grep -E "^Average claimed space:" | awk '{ print $4; }') echo "osm_mem_status.value $GRANTED"