"/bin/appliancesh"
To check the default shell for root account
#grep root /etc/passwdroot:x:0:0:root:/root:/bin/appliancesh
#grep root /etc/passwd
root:x:0:0:root:/root:/bin/appliancesh
As a workaround, use the procedure below:
#chsh -s /bin/bash root
#grep root /etc/passwdrootroot:x:0:0:root:/root:/bin/bash
#grep root /etc/passwdroot
root:x:0:0:root:/root:/bin/bash