first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-27 11:25:01 +02:00
parent 0f8c1ec52f
commit ba844e0626
3 changed files with 7 additions and 7 deletions

View File

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