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