projects
/
nominatim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d6da45
)
add finished message to setup.php
author
Sarah Hoffmann
<lonvia@denofr.de>
Mon, 29 Sep 2014 17:31:37 +0000
(19:31 +0200)
committer
Sarah Hoffmann
<lonvia@denofr.de>
Mon, 29 Sep 2014 17:31:37 +0000
(19:31 +0200)
utils/setup.php
patch
|
blob
|
history
diff --git
a/utils/setup.php
b/utils/setup.php
index 71e7dab59810573a7699cff5fd2eb980b8703e79..81d584f6280cd960df5990751939ce6818d2bdea 100755
(executable)
--- a/
utils/setup.php
+++ b/
utils/setup.php
@@
-685,6
+685,10
@@
{
showUsage($aCMDOptions, true);
}
+ else
+ {
+ echo "Setup finished.\n";
+ }
function pgsqlRunScriptFile($sFilename)
{