X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cc24d998e48925bd43730342b0428986f7a51ec8..4057b21e1f73e539d4b0c581200b8365691e63f6:/utils/setup.php?ds=inline diff --git a/utils/setup.php b/utils/setup.php index 3fe5a7ab..ed4b79c0 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -95,7 +95,7 @@ { fail('database already exists ('.CONST_Database_DSN.')'); } - passthru('createdb -E UTF-8 '.$aDSNInfo['database']); + passthruCheckReturn('createdb -E UTF-8 '.$aDSNInfo['database']); } if ($aCMDResult['setup-db'] || $aCMDResult['all'])