From 6d40ca9cd67eeb362c0d20197ad879553d40970b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= <47734341+GoetzGoerisch@users.noreply.github.com> Date: Thu, 29 May 2025 08:43:39 +0200 Subject: [PATCH] docs: fix casing of OpenWrt (#4805) * reason: https://openwrt.org/trademark Signed-off-by: Goetz Goerisch Co-authored-by: Goetz Goerisch --- vm/openwrt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/openwrt.sh b/vm/openwrt.sh index 9d91c1d19..6d832e5a9 100644 --- a/vm/openwrt.sh +++ b/vm/openwrt.sh @@ -252,7 +252,7 @@ function default_settings() { echo -e "${DGN}Using LAN NETMASK: ${BGN}${LAN_NETMASK}${CL}" echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}" echo -e "${DGN}Start VM when completed: ${BGN}yes${CL}" - echo -e "${BL}Creating a OpenWRT VM using the above default settings${CL}" + echo -e "${BL}Creating a OpenWrt VM using the above default settings${CL}" } function advanced_settings() { @@ -510,7 +510,7 @@ qm set $VMID \ -tags community-script \ -description "
- # OpenWRT + # OpenWrt
" >/dev/null