Skip to content
Snippets Groups Projects
Commit 2e986b42 authored by Bob Mottram's avatar Bob Mottram
Browse files

Reload mumble after new certs applied

parent 67c7bc34
No related branches found
No related tags found
No related merge requests found
......@@ -674,7 +674,7 @@ function update_default_domain {
fi
chown -R prosody:prosody /etc/prosody
chmod -R 700 /etc/prosody/certs/*
systemctl restart prosody
systemctl reload prosody
fi
if [ -d /var/lib/mumble-server ]; then
......@@ -686,6 +686,7 @@ function update_default_domain {
chmod -R 700 /var/lib/mumble-server/${DEFAULT_DOMAIN_NAME}.pem
chmod -R 700 /var/lib/mumble-server/${DEFAULT_DOMAIN_NAME}.key
chmod -R 700 /var/lib/mumble-server/${DEFAULT_DOMAIN_NAME}.dhparam
systemctl reload mumble
fi
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment