Browse Source

Update bluetooth.sh

check for PVE
tteckster 2 years ago
parent
commit
f22df25bd2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misc/bluetooth.sh

+ 1 - 0
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