Remove mumble directory

This commit is contained in:
Bob Mottram 2016-10-28 13:20:53 +01:00
parent f40d44e6b2
commit 67c7bc34e8
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ function remove_mumble {
rm /etc/mumble-server.ini
fi
remove_certs mumble
if [ -d /var/lib/mumble-server ]; then
rm -rf /var/lib/mumble-server
fi
function_check remove_onion_service
remove_onion_service mumble ${MUMBLE_PORT}
sed -i '/mumble/d' $COMPLETION_FILE