soundfx-bot/debian/postinst

10 lines
127 B
Plaintext
Raw Normal View History

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