mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
Merge pull request #1740 from mtmail/setupclass-index-outputfile-not-used
SetupClass.php: remove unused variable
This commit is contained in:
@@ -529,11 +529,10 @@ class SetupFunctions
|
||||
|
||||
public function index($bIndexNoanalyse)
|
||||
{
|
||||
$sOutputFile = '';
|
||||
$sBaseCmd = CONST_BasePath.'/nominatim/nominatim.py'
|
||||
.' -d '.escapeshellarg($this->aDSNInfo['database'])
|
||||
.' -P '.escapeshellarg($this->aDSNInfo['port'])
|
||||
.' -t '.escapeshellarg($this->iInstances.$sOutputFile);
|
||||
.' -t '.escapeshellarg($this->iInstances);
|
||||
if (!$this->bQuiet) {
|
||||
$sBaseCmd .= ' -v';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user