summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-20 21:36:31 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-20 21:36:31 +0200
commitdd62e1e5ec325c77164c578d11ba4c0e118307d9 (patch)
tree9ad85c30975e837a51e87a14f78324046e8217c0 /scripts
parent82d4d89371bf7a2bee553561fcabfef2786c36f3 (diff)
Update xds-agent tarballs by default.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xds-server-start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xds-server-start.sh b/scripts/xds-server-start.sh
index 13a4268..601d912 100755
--- a/scripts/xds-server-start.sh
+++ b/scripts/xds-server-start.sh
@@ -10,7 +10,7 @@
[ -z "$LOGDIR" ] && LOGDIR=/tmp/xds-server/logs
[ -z "$PORT_GUI" ] && PORT_GUI=8384
[ -z "$API_KEY" ] && API_KEY="1234abcezam"
-[ -z "$UPDATE_XDS_TARBALL" ] && UPDATE_XDS_TARBALL=0
+[ -z "$UPDATE_XDS_TARBALL" ] && UPDATE_XDS_TARBALL=1
[[ -f $BINDIR/xds-server ]] || { echo "Cannot find xds-server in BINDIR !"; exit 1; }