This commit is contained in:
@ -5,7 +5,7 @@ Thanks for [nikito7](https://github.com/nikito7)
|
||||
nano proxmox_sendTemp_2HA
|
||||
```
|
||||
|
||||
```
|
||||
```bash
|
||||
#!/bin/bash
|
||||
# ___ _ _ _ __
|
||||
# / __|| |_ | |_ ___ | '_ \ ___
|
||||
@ -27,6 +27,6 @@ mosquitto_pub -h $host -u $user -P $pass -t proxmox/$proxmox_name/cpu_temp -m $t
|
||||
chmod +x proxmox_sendTemp_2HA;
|
||||
```
|
||||
|
||||
```
|
||||
```bash
|
||||
while proxmox_sendTemp_2HA; do sleep 10; done
|
||||
```
|
Reference in New Issue
Block a user