Hi,<br><br><div class="gmail_quote">On Fri, Apr 30, 2010 at 4:32 PM, brianpocock <span dir="ltr">&lt;<a href="mailto:briankeithjames@googlemail.com">briankeithjames@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Just checked my configuration and it works fine for me with:<br>
if [ $DBENGINE -eq &quot;MYSQL&quot; ]<br>
when doing opensipsctl alias_db list/show<br>
<br>
Not sure whether you made a typo with:<br>
<div class="im">if [ $DBENGINE -eq &quot;MYSQL&quot; ]<br>
if [ $DBENGINE -eq &quot;PGSQL&quot; ]<br>
<br>
</div>but it should read:<br>
if [ $DBENGINE -eq &quot;MYSQL&quot; ]<br>
elif [ $DBENGINE -eq &quot;PGSQL&quot; ]<br>
<br></blockquote><div>I don&#39;t see any substantial difference between if and elif in this situation. Yes, it will save you a couple of milliseconds to execute because it won&#39;t do the second comparison, but the logyc is the same.<br>
In this case the operator is incorrect. If you man sh, you will see that -eq is an arithmetic binary operator, but = or == is used to compare strings.<br><br>You might have an interpreter which will understand both versions, but don&#39;t forget there&#39;re lots of them out there.<br>
<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hope this helps<br>
<font color="#888888">--<br>
View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/opensipsctl-erros-tp4985896p4985961.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/opensipsctl-erros-tp4985896p4985961.html</a><br>

Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Best regards,<br>Vadim Grinco<br><br>