forked from hans/Nominatim
add finished message to setup.php
This commit is contained in:
@@ -685,6 +685,10 @@
|
|||||||
{
|
{
|
||||||
showUsage($aCMDOptions, true);
|
showUsage($aCMDOptions, true);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
echo "Setup finished.\n";
|
||||||
|
}
|
||||||
|
|
||||||
function pgsqlRunScriptFile($sFilename)
|
function pgsqlRunScriptFile($sFilename)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user