1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

No need to specify rrdtool_version (#166)

This commit is contained in:
CrazyMax 2021-02-15 16:26:29 +01:00
parent 03e71592a0
commit ab027d7e85
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -174,7 +174,6 @@ if [ -n "${RRDCACHED_SERVER}" ]; then
cat > ${LIBRENMS_PATH}/config.d/rrdcached.php <<EOL
<?php
\$config['rrdcached'] = "${RRDCACHED_SERVER}";
\$config['rrdtool_version'] = "1.7.3";
EOL
fi