From 7d90d43425251f94adced76512310a59f2fac4dd Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 10 May 2025 20:51:38 +0100 Subject: remove another confusing message the current message says the file name, and implies that the given file has already been updated. Signed-off-by: Leah Rowe --- include/inject.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inject.sh') diff --git a/include/inject.sh b/include/inject.sh index ae6fcc58..6d910b7c 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -131,7 +131,7 @@ modify_mac() fx_ newmac x_ find "$tmpromdir" -maxdepth 1 -type f -name "*.rom" - printf "\nGbE NVM written to '%s':\n" "$archive" + printf "\nThe following GbE NVM data will be written:\n" x_ "$nvm" "$xbmklocal/gbe" dump | grep -v "bytes read from file" || : } -- cgit v1.2.1