mirror of https://github.com/tteck/Proxmox.git
Update zwavejs2mqtt-v3.sh
This commit is contained in:
parent
04611764b4
commit
a37523e9fe
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/env bash -ex
|
||||
set -euo pipefail
|
||||
shopt -s inherit_errexit nullglob
|
||||
#!/usr/bin/env bash
|
||||
NEXTID=$(pvesh get /cluster/nextid)
|
||||
INTEGER='^[0-9]+$'
|
||||
YW=`echo "\033[33m"`
|
||||
|
|
Loading…
Reference in New Issue