From f22df25bd2eaecfa9f587452ff60fda1ae6c94cd Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 17 Dec 2022 09:44:55 -0500 Subject: [PATCH] Update bluetooth.sh check for PVE --- misc/bluetooth.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/bluetooth.sh b/misc/bluetooth.sh index f7b1ef91..69ea28e4 100644 --- a/misc/bluetooth.sh +++ b/misc/bluetooth.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi set -e clear