10 lines
127 B
Bash
Executable File
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#
|