CC-1848
-shows in progress can now be cancelled.
This commit is contained in:
parent
00f5c6de41
commit
d2fdb0008a
9 changed files with 67 additions and 31 deletions
|
@ -15,7 +15,7 @@ def remove_path(path):
|
|||
os.system("rm -rf " + path)
|
||||
|
||||
def remove_user(username):
|
||||
os.system("killall -u " + username)
|
||||
os.system("killall -u %s 2>&1 1>/dev/null" % username)
|
||||
|
||||
#allow all process to be completely closed before we attempt to delete user
|
||||
print "Waiting for processes to close..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue