show MOTD on leaving without installation

This commit is contained in:
Tobias Powalowski 2023-03-14 21:32:15 +01:00
parent 9e59b15a39
commit 7ff9f187a8

View file

@ -328,6 +328,8 @@ _mainmenu() {
echo "If the installation finished successfully, you can now type 'reboot'"
echo "to restart the system."
echo ""
else
cat /etc/motd
fi
exit 0 ;;
*)