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

owncloud in debian stable doesn't support removing users

parent a5b7c7e7
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,9 @@ if grep -q "install_sip" $COMPLETION_FILE; then
freedombone-rmsipuser $MY_USERNAME
fi
if grep -q "install_owncloud" $COMPLETION_FILE; then
occ user:delete $MY_USERNAME
fi
#if grep -q "install_owncloud" $COMPLETION_FILE; then
# occ user:delete $MY_USERNAME
#fi
userdel -r $MY_USERNAME
......
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