From 78ed3deab842110e35c56393881c4a52a05627a5 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 19 Dec 2016 13:42:33 +0100 Subject: [PATCH] Added doublequotes around 3rd party hosts for sanity --- dev/tests/conf/remote.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/conf/remote.conf b/dev/tests/conf/remote.conf index c8d7454..16ae50e 100644 --- a/dev/tests/conf/remote.conf +++ b/dev/tests/conf/remote.conf @@ -75,7 +75,7 @@ REMOTE_HOST_PING=no ## Check for internet access by pinging one or more 3rd party hosts before remote sync task. Leave empty if you don't want this check to be be performed. Failing to ping will stop sync. ## If you use this function, you should set more than one 3rd party host, and be sure you can ping them. ## Be aware some DNS like opendns redirect false hostnames. Also, this adds an extra execution time of a bit less than a minute. -REMOTE_3RD_PARTY_HOSTS=www.kernel.org www.google.com +REMOTE_3RD_PARTY_HOSTS="www.kernel.org www.google.com" ## ---------- MISC OPTIONS