mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
changed variable name of network_size to match the documented networksize
This commit is contained in:
parent
820ef5b009
commit
130466f129
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ DB_OPTIONS=${mysqlopts}
|
|||
DB_CONNECTION=${mysqlconnection:--hlocalhost}
|
||||
DB_NAME=${database}
|
||||
DB_PREFIX=${dbprefix:-wp_}
|
||||
NETWORK_SIZE=${network_size:-2}
|
||||
NETWORK_SIZE=${networksize:-2}
|
||||
|
||||
MYSQL_CMD=$(which mysql)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue