]> git.openstreetmap.org Git - nominatim.git/commitdiff
add finished message to setup.php
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 29 Sep 2014 17:31:37 +0000 (19:31 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 29 Sep 2014 17:31:37 +0000 (19:31 +0200)
utils/setup.php

index 71e7dab59810573a7699cff5fd2eb980b8703e79..81d584f6280cd960df5990751939ce6818d2bdea 100755 (executable)
        {
                showUsage($aCMDOptions, true);
        }
+       else
+       {
+               echo "Setup finished.\n";
+       }
 
        function pgsqlRunScriptFile($sFilename)
        {