adding the rest of the files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# set volume permissions
|
||||
if [ "$(stat -c %U /data)" != "mumble-server" ] ; then
|
||||
# SQLLite needs to be created by mumble-server / UID 106
|
||||
echo "mumble-server does not own /data, attempting to modify";
|
||||
chown -R mumble-server.mumble-server /data
|
||||
fi;
|
||||
|
||||
OPTS="-ini $MUMBLE_INI"
|
||||
|
||||
exec murmurd $OPTS $@
|
||||
Reference in New Issue
Block a user