sipcapture / homer-api

HOMER 5: Back-End (API) DEPRICATED - use sipcapture/homer-app
http://sipcapture.org
27 stars 67 forks source link

Fix passing the mysql password inside rotate.sh #45

Closed giavac closed 9 years ago

adubovikov commented 9 years ago

i think you wanna change it to: -p${MYSQL_PASSWORD} ?

giavac commented 9 years ago

Yes please. Sorry, I closed by mistake. Thanks.

giavac commented 9 years ago

Oh, I see my typo now...

giavac commented 9 years ago

OK, so I was such in a rush that created the pull request with a typo ('{$' instead of '${'). The only real issue was the missing space between '-p' and the password. Thanks again for the fix.