if grep "bin/ash" etc/shells 1> /dev/null 2> /dev/null; then true else echo "/bin/ash" >> etc/shells fi