Copy config files around to prevent overwriting
This commit is contained in:
8
debian/postinst
vendored
Executable file
8
debian/postinst
vendored
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
if [ ! -f /etc/soundfx-rs/config.env ]; then
|
||||
cp /etc/soundfx-rs/default.env /etc/soundfx-rs/config.env
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
Reference in New Issue
Block a user