Files
webhookd/build.sh
Alex Rennie-Lis 737ebcdd0a Added build script
2026-06-16 23:03:36 +01:00

8 lines
190 B
Bash

#!/bin/bash
# ensure permissions
chmod 0755 DEBIAN/postinst
chmod 0755 usr/local/bin/webhookd.py
chmod 0644 etc/systemd/system/webhookd.service
dpkg-deb --build --root-owner-group webhookd