Updated file and fixed typo.

Fixed typo for JSON config file. It has a comma after "false". If this comma exist, it always gives issue about object thing.
This commit is contained in:
Murat 2018-05-15 11:08:02 +03:00 committed by Dmitry Vyukov
parent 03258b9e7f
commit 78d847c63e

View File

@ -90,7 +90,7 @@ Use the following config:
"vm": { "vm": {
"targets" : [ "10.0.0.1" ], "targets" : [ "10.0.0.1" ],
"target_dir" : "/home/user/tmp/syzkaller", "target_dir" : "/home/user/tmp/syzkaller",
"target_reboot" : false, "target_reboot" : false
} }
} }
``` ```