BlockchainCommons / spotbit

Self-Sovereign cryptocurrency price discovery tool leveraging Tor.
https://spotbit.info/docs
Other
34 stars 20 forks source link

bad math expression: illegal character: " #64

Open frankcastro opened 2 years ago

frankcastro commented 2 years ago

I am sorry but I am getting this error when executing sudo -s source ./installSpotbit.sh

./installSpotbit.sh:58: bad math expression: illegal character: "


-------Spotbit - Checking if logged in as root.

./installSpotbit.sh:88: = not found

Can you help me with this?

nochiel commented 2 years ago

What output do you get when you try [ "a" == "b" ] && echo 1 || echo 0

Then try: sudo -s bash -x ./installSpotbit.sh

Please share the last 5 lines of output at the error if you can't share the whole output trace.