Merge pull request #392 from guardicore/hotfix/delete-monkey-executable-by-default

self_delete_in_cleanup default is now True
This commit is contained in:
Shay Nehmad 2019-07-28 09:27:41 +03:00 committed by GitHub
commit 898b0f13a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": {