toolkit/func/core/pkg_setup/00-test-shells.sh

7 lines
95 B
Bash
Executable File

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