1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

changed variable name of network_size to match the documented networksize

This commit is contained in:
null-git 2017-01-14 12:33:34 +01:00
parent 820ef5b009
commit 130466f129

View file

@ -46,7 +46,7 @@ DB_OPTIONS=${mysqlopts}
DB_CONNECTION=${mysqlconnection:--hlocalhost} DB_CONNECTION=${mysqlconnection:--hlocalhost}
DB_NAME=${database} DB_NAME=${database}
DB_PREFIX=${dbprefix:-wp_} DB_PREFIX=${dbprefix:-wp_}
NETWORK_SIZE=${network_size:-2} NETWORK_SIZE=${networksize:-2}
MYSQL_CMD=$(which mysql) MYSQL_CMD=$(which mysql)