From cb970e8873e31e7d6a0530b9244c72a07aa5a232 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 27 Nov 2023 09:56:24 -0500 Subject: [PATCH] Update openwrt.sh tweak description --- vm/openwrt.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vm/openwrt.sh b/vm/openwrt.sh index d163b926..96bca2be 100644 --- a/vm/openwrt.sh +++ b/vm/openwrt.sh @@ -475,9 +475,12 @@ qm set $VMID \ -efidisk0 ${DISK0_REF},efitype=4m,size=4M \ -scsi0 ${DISK1_REF},size=512M \ -boot order=scsi0 \ - -description "# OpenWrt VM -### https://github.com/tteck/Proxmox -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null + -description "
+ + # OpenWRT + + +
" >/dev/null msg_ok "Created OpenWrt VM ${CL}${BL}(${HN})" msg_info "OpenWrt is being started in order to configure the network interfaces." qm start $VMID