owncloud in debian stable doesn't support removing users

This commit is contained in:
Bob Mottram 2015-11-10 17:56:10 +00:00
parent a5b7c7e7f4
commit 374ed7874d
1 changed files with 3 additions and 3 deletions

View File

@ -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