Joel Teixeira
Occasional Visitor
Hello all,
I'm trying to change the default shell from sh to bash and following this guide:
http://www.snbforums.com/threads/bash-history.16694/#post-1150
I created a 'profile.add' file on /jffs/config with this line:
[ -f /opt/bin/bash ] && exec /opt/bin/bash
But I still get "/bin/sh" on "echo $Shell".
I'm trying to change the default shell from sh to bash and following this guide:
http://www.snbforums.com/threads/bash-history.16694/#post-1150
I created a 'profile.add' file on /jffs/config with this line:
[ -f /opt/bin/bash ] && exec /opt/bin/bash
But I still get "/bin/sh" on "echo $Shell".