Verify on hypervisor isn't in use #1

Closed
opened 2026-02-02 15:18:31 -05:00 by jared · 0 comments
Owner

checkIfOnHypervisor() {
if ! command -v pveversion >/dev/null 2>&1; then
return 1
fi
return 0
}

Bug: Defined but never called.

checkIfOnHypervisor() { if ! command -v pveversion >/dev/null 2>&1; then return 1 fi return 0 } Bug: Defined but never called.
jared closed this issue 2026-02-02 15:39:06 -05:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/proxDoc#1