File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Process/Deploy/InstallUpdate/Install
Test/Unit/Process/Deploy/InstallUpdate/Install Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ private function getBaseCommand(): string
146
146
. ' --backend-frontname= ' . escapeshellarg ($ this ->environment ->getAdminUrl ()
147
147
?: Environment::DEFAULT_ADMIN_URL )
148
148
. ($ this ->environment ->getAdminEmail () ? $ this ->getAdminCredentials () : '' )
149
- . ' --use-secure-admin=1 --ansi --no-interaction ' ;
149
+ . ' --use-secure-admin=1 --use-rewrites=1 -- ansi --no-interaction ' ;
150
150
}
151
151
152
152
/**
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ public function testExecute(
194
194
. ' --timezone=America/Los_Angeles --db-host= \'localhost \' --db-name= \'magento \' --db-user= \'user \''
195
195
. ' --backend-frontname= \'' . $ adminUrlExpected . '\''
196
196
. $ adminCredential
197
- . ' --use-secure-admin=1 --ansi --no-interaction '
197
+ . ' --use-secure-admin=1 --use-rewrites=1 -- ansi --no-interaction '
198
198
. ' --db-password= \'password \' -v '
199
199
. ' | tee -a ' . $ installUpgradeLog . '" ' ]
200
200
);
You can’t perform that action at this time.
0 commit comments