Don't need to remove user

This commit is contained in:
Bob Mottram 2016-11-09 18:25:22 +00:00
parent da4f38a41a
commit 4d92c6acf5
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ function remove_jitsi {
if [ -d /etc/jitsi ]; then
rm -rf /etc/jitsi
fi
deluser --remove-all-files jitsi
if [ -d /usr/share/jitsi-videobridge ]; then
rm -rf /usr/share/jitsi-videobridge
fi