mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 21:38:06 +02:00
5 lines
72 B
Text
5 lines
72 B
Text
|
|
if test "$SHOW_MOTD" != 0; then
|
||
|
|
cat /etc/motd
|
||
|
|
export SHOW_MOTD=0
|
||
|
|
fi
|