diff --git a/vm/owncloud-vm.sh b/vm/owncloud-vm.sh index c41c1124..40c5c0cb 100644 --- a/vm/owncloud-vm.sh +++ b/vm/owncloud-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 "# TurnKey ownCloud VM -### https://github.com/tteck/Proxmox -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null + -description "
+ + # TurnKey ownCloud VM + + +
" >/dev/null msg_ok "Created a TurnKey ownCloud VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then msg_info "Starting TurnKey ownCloud VM"