mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
Removes uml_\w* processes when aborting which means things will work the
next time.
This commit is contained in:
parent
c0f6facc1e
commit
d1586cdfa7
@ -1113,6 +1113,8 @@ sub uml_box {
|
||||
remove_matching_process($entry_advanced[10]);
|
||||
# Debian
|
||||
remove_matching_process("Virtual Console");
|
||||
# Good to remove uml_\w*
|
||||
remove_matching_process("uml_\w*");
|
||||
# Again for good measure :)
|
||||
remove_matching_process($entry_advanced[10]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user