summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--discover/paths.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/discover/paths.c b/discover/paths.c
index 54774cf..0d414eb 100644
--- a/discover/paths.c
+++ b/discover/paths.c
@@ -310,8 +310,9 @@ static void load_wget(struct load_task *task, int flags)
pb_system_apps.wget,
"-O",
NULL, /* 2: local file */
- NULL,
- NULL,
+ NULL, /* 3 (optional): --quiet */
+ NULL, /* 4 (optional): --no-check-certificate */
+ NULL, /* 5: URL */
NULL,
};
int i;
OpenPOWER on IntegriCloud