arunoda / meteor-up-legacy

Production Quality Meteor Deployments
MIT License
2.26k stars 395 forks source link

zsh error #669

Open xcv58 opened 8 years ago

xcv58 commented 8 years ago

I got error when mupx deploy

x Verifying deployment: FAILED

    -----------------------------------STDERR-----------------------------------
    zsh:26: parse error near `]]'
    -----------------------------------STDOUT-----------------------------------
    ----------------------------------------------------------------------------

But the app works well.

My default shell is zsh. So probably I need to switch to bash?

ritchieng commented 8 years ago

Found the solution. I think the verify-deployment.sh file has an issue.

Instead of while [[ true ]]; do on line 26.

It should be while [true]; do

If anyone is facing the same issue, just go to your local folder under /usr/local/lib/node_modules/mupx/scripts