diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-10-24 03:07:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-24 03:07:03 +0000 |
commit | 0949a21150461b0b31df5b16b39ff77a6813e821 (patch) | |
tree | 734a6f604428f29782a09e0a304bd7faf5e8b80c /tools | |
parent | 542caba88c24d7572f22922440ed711ad2a32640 (diff) | |
parent | 0079d24676dd0489859ded12e889f9ec06aa6abd (diff) |
Merge "Bugfix: Add image modify scripts into environment variables"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ubuntu-server-cloudimg-modify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index 3ef060847..49c842c97 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -24,7 +24,7 @@ if [ $# -eq 1 ]; then fi # iperf3 only available for trusty in backports -if [grep -q trusty /etc/apt/sources.list ]; then +if [ grep -q trusty /etc/apt/sources.list ]; then if [ $YARD_IMG_ARCH = "arm64" ]; then echo "deb [arch=arm64] http://ports.ubuntu.com/ trusty-backports main restricted universe multiverse" >> /etc/apt/sources.list else |