From 5b21e553f9366a8df22a1c1362e1b66a8bed9e74 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 30 Nov 2017 20:30:25 +0200 Subject: [PATCH] XLXHostsupdate.sh: set default reflector for XLX 359 --- XLXHostsupdate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XLXHostsupdate.sh b/XLXHostsupdate.sh index fc6298f..5f99239 100755 --- a/XLXHostsupdate.sh +++ b/XLXHostsupdate.sh @@ -108,6 +108,8 @@ BEGIN { reflector=4002 if ($1 == "XLX313") reflector=4001 + if ($1 == "XLX359") + reflector=4002 if ($1 == "XLX518") reflector=4006 if ($1 == "XLX714")