Skip to content

Commit

Permalink
Changed the way controldb name gets quoted in the psql command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Srivastava committed May 3, 2010
1 parent 2abebd3 commit c4749ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReplicationServer/installer.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ database=${controldb}

<runProgram>
<program>${psql_path}</program>
<programArguments>-t -c 'CREATE DATABASE &quot;${controldb}&quot;'</programArguments>
<programArguments>-t -c "CREATE DATABASE \"${controldb}\""</programArguments>
<workingDirectory>${system_temp_directory}/${product_fullname}/instscripts/bin</workingDirectory>
<progressText>${msg(progress.text.creating.controldb)}</progressText>
<ruleList>
Expand Down

0 comments on commit c4749ac

Please sign in to comment.