soundfx-bot/debian/postinst
2023-07-09 13:19:18 +01:00

10 lines
127 B
Bash
Executable File

#!/bin/bash
set -e
id -u soundfx &>/dev/null || useradd -r -M soundfx
chown soundfx /etc/soundfx-rs/config.env
#DEBHELPER#