From 130466f1295af843a787d6d872678a2ce752948f Mon Sep 17 00:00:00 2001 From: null-git Date: Sat, 14 Jan 2017 12:33:34 +0100 Subject: [PATCH] changed variable name of network_size to match the documented networksize --- plugins/other/wordpress-multisite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/other/wordpress-multisite b/plugins/other/wordpress-multisite index 3bc70735..2a0c4d2e 100755 --- a/plugins/other/wordpress-multisite +++ b/plugins/other/wordpress-multisite @@ -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)