We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am sorry but I am getting this error when executing sudo -s source ./installSpotbit.sh
./installSpotbit.sh:58: bad math expression: illegal character: "
./installSpotbit.sh:88: = not found
Can you help me with this?
The text was updated successfully, but these errors were encountered:
What output do you get when you try [ "a" == "b" ] && echo 1 || echo 0
[ "a" == "b" ] && echo 1 || echo 0
Then try: sudo -s bash -x ./installSpotbit.sh
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: