forked from p15670423/monkey
self_delete_in_cleanup default is now True
This commit is contained in:
parent
6b353b7a7e
commit
f6cb99f528
|
@ -389,7 +389,7 @@ SCHEMA = {
|
|||
"self_delete_in_cleanup": {
|
||||
"title": "Self delete on cleanup",
|
||||
"type": "boolean",
|
||||
"default": False,
|
||||
"default": True,
|
||||
"description": "Should the monkey delete its executable when going down"
|
||||
},
|
||||
"use_file_logging": {
|
||||
|
|
Loading…
Reference in New Issue