mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge pull request #793 from null-git/patch-1
wordpress-multisite: wrong variable name
This commit is contained in:
commit
b417a72020
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue