debmaker/ressources/gotify/rootfs/DEBIAN/postinst

5 lines
72 B
Plaintext
Raw Normal View History

2022-02-03 22:51:24 +01:00
#!/bin/bash
2022-02-20 15:02:18 +01:00
id gotify &> /dev/null || useradd gotify -r -s /bin/false
2022-02-03 22:51:24 +01:00