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

Remove user

parent 07e7af46
No related branches found
No related tags found
No related merge requests found
......@@ -1103,6 +1103,8 @@ function install_peertube {
fi
if [ -d $PEERTUBE_DIR ]; then
userdel -r peertube
groupdel -f peertube
rm -rf $PEERTUBE_DIR
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