#!/bin/sh
grep bash ${IPKG_INSTROOT}/etc/shells || echo "/bin/bash" >> ${IPKG_INSTROOT}/etc/shells
