From a8ae0772c74dbb4fb1012d3486a597fc57e3df8c Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Fri, 16 Jun 2023 17:29:03 +0900 Subject: [PATCH] Update 00-header --- Linux_reinstall/updatemotd/00-header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/updatemotd/00-header b/Linux_reinstall/updatemotd/00-header index d439efe..ee8ef57 100644 --- a/Linux_reinstall/updatemotd/00-header +++ b/Linux_reinstall/updatemotd/00-header @@ -31,7 +31,7 @@ if [ -z "$DISTRIB_DESCRIPTION" ] ; [ -x /usr/bin/lsb_release ]; then DISTRIB_DESCRIPTION=$(lsb_release -s -d) fi -printf "Welcome to %s (%s).\n" "$DISTRIB_DESCRIPTION" "$(uname -r)" +printf "Welcome to %s (%s)\n" "$DISTRIB_DESCRIPTION" "$(uname -r)" printf "\n" printf "The programs included with the Debian GNU/Linux system are free software;" printf "\n"