I want my default shell to be bash. However, whenever I log into my server, the shell is apparently -bash:
$ echo $0
-bash
If I run bash, I'm of course switched to bash for that session, but it doesn't stick, even if I do chsh -s /bin/bash.
Is there some step that I'm missing if I want bash to be my default shell?