toolkit/func/core/pkg_setup/00-test-shells.sh
2021-07-04 23:50:25 -07:00

7 lines
95 B
Bash
Executable File

#!/bin/bash
r_log "setup" "Test /etc/shells"
grep -q 'bash' /etc/shells
r_checkExitStatus $?