Show the motd when exiting to the commandline from user control panel
This commit is contained in:
parent
f30471a0ab
commit
16cf1653f2
|
@ -912,4 +912,5 @@ menu_top_level
|
||||||
clear
|
clear
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
cat /etc/motd
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue