c.sh/motd.sh

5 lines
71 B
Bash
Raw Normal View History

2021-12-06 15:01:12 +01:00
if [[ "$USER" = "root" ]]; then
/opt/tools/server-config/c.sh log
fi