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

Remove directory

parent 5c7ac4e3
No related branches found
No related tags found
No related merge requests found
......@@ -304,6 +304,9 @@ function remove_xmpp {
if [ -d /var/lib/prosody ]; then
rm -rf /var/lib/prosody
fi
if [ -d /usr/lib/prosody ]; then
rm -rf /usr/lib/prosody
fi
groupdel prosody
remove_completion_param install_xmpp
......@@ -633,7 +636,7 @@ function install_xmpp_main {
cp /etc/ssl/certs/xmpp.* /etc/prosody/certs
cp /etc/ssl/private/xmpp.* /etc/prosody/certs
chown -R prosody:default /etc/prosody
chown -R prosody /etc/prosody
update_default_domain
xmpp_create_config
......
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