0

27: syntax error near unexpected token )'
main.bash: line 27:
"5") echo -e "1)- Change the User name \n2)- Change the user Password \n3)- change the group"'

1
  • Is there actually a "5") at the beginning of line 27? If so, why is it there? It's not valid shell syntax. Commented Mar 10, 2020 at 15:22

1 Answer 1

1

Try adding spaces near ), it works most of the time for me.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.