The option --use-webroot-dir
is ignored when creating a Joomla site (site:create)
#121
Milestone
--use-webroot-dir
is ignored when creating a Joomla site (site:create)
#121
Describe your environment
Describe the problem:
Steps to reproduce:
https://github.com/clue/phar-composer
usingphp ~/phar-composer-latest.phar build /home/<user>/git/joomlatools-console
joomla3.users.sql
file manually using:console.phar
:~/console.phar site:create --www ${WEB___DIR} --use-webroot-dir --skip-create-statement --mysql-host ${DB_main_HOST} --mysql-login ${DB_main_LOGIN}:${DB_main_PASSWORD} --mysql-database ${DB_main_NAME} --release=${joomla_version} ${SETTINGS_title}
Observed Results:
${WEB___DIR}/${SETTINGS_title}
where${WEB___DIR}
corresponds towww
and${SETTINGS_title}
corresponds tosite
.Expected Results:
${WEB___DIR}/
where${WEB___DIR}
corresponds towww
.The text was updated successfully, but these errors were encountered: