From 1bfef3d858f939cbad5bc1a8c65db4e1151774ae Mon Sep 17 00:00:00 2001 From: Renan Rodrigo Date: Thu, 22 Feb 2024 14:29:47 -0300 Subject: [PATCH] docs: fix file name on the disable MOTD explanation Signed-off-by: Renan Rodrigo --- docs/explanations/motd_messages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/explanations/motd_messages.md b/docs/explanations/motd_messages.md index e1b6de3351..a600413ac0 100644 --- a/docs/explanations/motd_messages.md +++ b/docs/explanations/motd_messages.md @@ -196,8 +196,8 @@ sudo apt install --reinstall -o Dpkg::Options::="--force-confask" ubuntu-advanta If you want to remove the messages about Ubuntu Pro and ESM from the MOTD output, but still want to keep the messages about the regular and security -updates, edit the `/etc/update-motd.d/90-updates-available` file. Add the -`--no-esm-messages` flag to all calls of the update script. For example, +updates, edit the `/etc/apt/apt.conf.d/99update-notifier` file. Add the +`--no-esm-messages` flag to **all calls** of the update script. For example, change the following line from: ```sh