Update graph.sh

This commit is contained in:
Waldek 2021-02-22 13:27:48 +01:00 committed by GitHub
parent ae829e64d2
commit 2ef0ccf1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@
# Temperature CPU (not working for VPS)
# Disable = false or enable = true create graph fortemperature CPU
# Disable = false or Enable = true create graph fortemperature CPU
# set "false" for VPS
tempcpu=true
# Setup temperature for CPU ============
#For Raspberry PI:
# For Raspberry PI:
FILE=/sys/class/thermal/thermal_zone0/temp
if [[ -f "$FILE" ]]; then