Actions
Bug #101444
closedRunning the setup command returns "not found"
Start date:
2023-07-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, for each path to check CommandUtility::exec() is executed causing a
"sh: 1: /usr/local/bin/identify: not found" message on cli.
✗ ddev typo3 setup -vvv \ --driver=mysqli \ --host=db \ --dbname=db \ --port=3306 \ --username=db \ --password=db \ --admin-username=$username \ --admin-user-password=$password \ --admin-email="typo3@example.com" \ --force -n sh: 1: /usr/local/bin/identify: not found sh: 1: /opt/local/bin/identify: not found sh: 1: /usr/local/bin/identify: not found sh: 1: /opt/local/bin/identify: not found
Actions