From 78d847c63e9ca05d7ed98ec04a20e50ba8a8826c Mon Sep 17 00:00:00 2001 From: Murat Date: Tue, 15 May 2018 11:08:02 +0300 Subject: [PATCH] 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. --- docs/linux/setup_linux-host_isolated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux/setup_linux-host_isolated.md b/docs/linux/setup_linux-host_isolated.md index 9a02d893..1a236833 100644 --- a/docs/linux/setup_linux-host_isolated.md +++ b/docs/linux/setup_linux-host_isolated.md @@ -90,7 +90,7 @@ Use the following config: "vm": { "targets" : [ "10.0.0.1" ], "target_dir" : "/home/user/tmp/syzkaller", - "target_reboot" : false, + "target_reboot" : false } } ```