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

Remove prosody data

parent 309dbc06
No related branches found
No related tags found
No related merge requests found
......@@ -284,6 +284,9 @@ function remove_xmpp {
if [ -d /etc/prosody ]; then
rm -rf /etc/prosody
fi
if [ -d /var/lib/prosody ]; then
rm -rf /var/lib/prosody
fi
remove_completion_param install_xmpp
sed -i '/xmpp/d' $COMPLETION_FILE
......
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