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 "
" >/dev/null