Verify on hypervisor isn't in use #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
checkIfOnHypervisor() {
if ! command -v pveversion >/dev/null 2>&1; then
return 1
fi
return 0
}
Bug: Defined but never called.