This change makes the command line option for --multisite subdomain or --multisite subdirectory also implicitly set multisite=y in addition to setting ms_type=$2. This prevents the user from being (unnecessarily) prompted as to whether they want to "Install as multisite? (y/N)" when they've already signaled their decision via the command line.
This change makes the command line option for
--multisite subdomain
or--multisite subdirectory
also implicitly setmultisite=y
in addition to settingms_type=$2
. This prevents the user from being (unnecessarily) prompted as to whether they want to "Install as multisite? (y/N)" when they've already signaled their decision via the command line.