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
@ -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…
Reference in New Issue
Block a user