today I wanted to change my shell to BASH from sh. I have only the root account on my system.
I typed chsh -s /bin/bash but the BASH shell is in the /usr/local/bin/bash. So after a logout I am unable to login to my system. I have no way to chroot (because it's a virtual machine).
Is there any alternative way to get back into the system?