# set root shell to normal bash again
if [ `getent passwd root | cut -d: -f7` == "/bin/bash_static" ] ; then
  chsh -s /bin/bash root
fi
