diff --git a/vm/nextcloud-vm.sh b/vm/nextcloud-vm.sh index c4074aaa..303910aa 100644 --- a/vm/nextcloud-vm.sh +++ b/vm/nextcloud-vm.sh @@ -408,9 +408,12 @@ qm set $VMID \ -efidisk0 ${DISK0_REF}${FORMAT} \ -scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=12G \ -boot order=scsi0 \ - -description "# $NAME -### https://github.com/tteck/Proxmox -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null + -description "
+ + # $NAME + + +
" >/dev/null msg_ok "Created a $NAME ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then msg_info "Starting $NAME"