#!/bin/bash

set -e

id -u soundfx &>/dev/null || useradd -r -M soundfx

chown soundfx /etc/soundfx-rs/config.env

#DEBHELPER#