mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-06 14:07:38 +00:00
Update bluetooth.sh
check for PVE
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user