Resend last known state on reconnect

This commit is contained in:
T
2025-01-27 23:50:22 +01:00
parent 1941698a52
commit 80573055d9
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
VERSION=3.3.1
VERSION=$(grep -oP '(?<=Version: ).*$' debian/DEBIAN/control)
dpkg-deb --root-owner-group -b debian "foodoord_${VERSION}_all.deb"