From 9a8bf3bd83caa08ec81a19b1f13edaa07c72c6cc Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sun, 29 Mar 2020 12:05:46 +0200 Subject: [PATCH] Updated name --- smart_array_system_temperature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_array_system_temperature b/smart_array_system_temperature index ea0d65b..3f5c05a 100755 --- a/smart_array_system_temperature +++ b/smart_array_system_temperature @@ -63,7 +63,7 @@ getTemperatures () { # Config, set graph title if [ "${1}" = "config" ]; then - echo "graph_title SMART Array temperatures" + echo "graph_title SMART Array system temperatures" echo "graph_vlabel Degrees celcius" echo "graph_category sensors" fi