self_delete_in_cleanup default is now True

This commit is contained in:
Shay Nehmad 2019-07-28 09:25:30 +03:00
parent 6b353b7a7e
commit f6cb99f528
1 changed files with 1 additions and 1 deletions

View File

@ -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": {