diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-22 23:05:20 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-23 00:41:58 +0100 |
commit | f2eecfb601acc6c67fb52bf2edda93505bc44da5 (patch) | |
tree | c66957356bb6a706b5b6847254a18fdb09906e6a /scripts/sdks/agl/update | |
parent | 1ecdc95d837e73509243d436fcafea0920599fbe (diff) |
Fixed SDKs management when running in xds VM.v1.0.0-rc2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'scripts/sdks/agl/update')
-rwxr-xr-x | scripts/sdks/agl/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sdks/agl/update b/scripts/sdks/agl/update index e59c8fa..a222db9 100755 --- a/scripts/sdks/agl/update +++ b/scripts/sdks/agl/update @@ -19,4 +19,4 @@ . $(dirname "$0")/_env-init.sh -wget -q --connect-timeout=30 ${SDK_DATABASE} +wget -q --connect-timeout=30 ${SDK_DATABASE} -O $1 |