From 70cedc41e5b6097088f1fb9aad5aed4b8d9e24a3 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 27 Nov 2023 09:54:38 -0500 Subject: [PATCH] Update owncloud-vm.sh tweak description --- vm/owncloud-vm.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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"