forked from sig_core/toolkit
7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
r_log "setup" "Test /etc/shells"
|
|
|
|
grep -q 'bash' /etc/shells
|
|
|
|
r_checkExitStatus $?
|