soundfx-bot/debian/postinst

10 lines
127 B
Plaintext
Raw Normal View History

2023-03-29 16:57:19 +00:00
#!/bin/bash
set -e
2023-03-29 16:57:19 +00:00
id -u soundfx &>/dev/null || useradd -r -M soundfx
chown soundfx /etc/soundfx-rs/config.env
#DEBHELPER#