Don't need to remove user
This commit is contained in:
parent
da4f38a41a
commit
4d92c6acf5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue