1
0
mirror of https://bitbucket.org/shim_/mumble.git synced 2019-09-08 21:58:51 +02:00

changed database= to database

This commit is contained in:
shim_
2016-05-25 20:12:18 +02:00
committed by Crafter6432
parent 968349cf59
commit 5338603507

View File

@@ -35,7 +35,7 @@ if [ ! -e /data/murmur.conf ]; then
exit 1
fi
else
write_config 'database=' '/data/db.sqlite'
write_config 'database' '/data/db.sqlite'
fi
if [ ! -z "$SUPW" ] ; then /usr/bin/murmurd -fg -ini /data/murmur.conf -supw $SUPW ;fi