2
0
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:
sumpfralle 2017-01-14 13:28:14 +01:00 committed by GitHub
commit b417a72020

View File

@ -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)