Blame tests/p_setup/shells_file_test.sh
|
Athmane Madjoudj |
df32c4 |
#!/bin/sh
|
|
Athmane Madjoudj |
df32c4 |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Athmane Madjoudj |
df32c4 |
|
|
Athmane Madjoudj |
df32c4 |
t_Log "Running $0 - shells file sanity check."
|
|
Athmane Madjoudj |
df32c4 |
|
|
Athmane Madjoudj |
df32c4 |
grep -q 'bash' /etc/shells && \
|
|
Athmane Madjoudj |
df32c4 |
grep -q 'nologin' /etc/shells
|
|
Athmane Madjoudj |
df32c4 |
|
|
Athmane Madjoudj |
df32c4 |
|
|
Athmane Madjoudj |
df32c4 |
t_CheckExitStatus $?
|