Update bluetooth.sh

check for PVE
pull/845/head
tteckster 2022-12-17 09:44:55 -05:00 committed by GitHub
parent 88647eee74
commit f22df25bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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