-synchronize
This commit is contained in:
parent
fa106b1da1
commit
4bdcba83e2
5 changed files with 52 additions and 50 deletions
|
@ -23,9 +23,6 @@ def remove_user(username):
|
|||
|
||||
os.system("deluser --remove-home " + username + " > /dev/null")
|
||||
|
||||
#pypo group appears to be deleted when removing user.
|
||||
#os.system("delgroup " + username)
|
||||
|
||||
try:
|
||||
os.system("python ./pypo-stop.py")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue