Ver Fonte

Update path and file name (chrony-network-stats.sh)

TheHuman há 10 meses atrás
pai
commit
f4f164c669
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      chrony-network-stats.sh

+ 1 - 1
chrony-network-stats.sh

@@ -4,7 +4,7 @@ set -e
 #### Configuration ####
 INTERFACE="eth0"
 
-PAGE_TITLE="Network Traffic and NTP Statistics for ${INTERFACE}"
+PAGE_TITLE="Network Traffic and Chrony Statistics for ${INTERFACE}"
 OUTPUT_DIR="/var/www/chrony-network-stats"
 HTML_FILENAME="index.html"