Tracker: Bugs

5 always tries to create db - ID: 3407333
Last Update: Comment added ( mayeul )

It seems that the line

if [[ ( "$install" = "no" ) && ( "$createdb"="yes" ) ]]; then

should have double equals signs instead of single equals signs.


Nobody/Anonymous ( nobody ) - 2011-09-10 15:30:24 PDT

5

Closed

Fixed

Mayeul

None

None

Public


Comment ( 1 )




Date: 2012-01-25 14:25:34 PST
Sender: mayeulProject Admin

Should be fixed in osm2postgresql_05rc2.sh (partly tested).

In fact, the issue was that spaces are needed before and after the equal
sign: "$createdb" = "yes" instead of "$createdb"="yes".

Please leave comments here if you test this, thanks! (feel free to reopen)


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2012-01-25 14:25:34 PST mayeul
resolution_id None 2012-01-25 14:25:34 PST mayeul
close_date - 2012-01-25 14:25:34 PST mayeul
assigned_to nobody 2012-01-04 08:11:56 PST mayeul