aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/labs/gwu/apt-proxy.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-01 12:02:37 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-02 13:11:23 -0700
commit2845d14cf5ff67a1e22600cb5eacb5fd988473e4 (patch)
treefc36c2bfd2b38155e1416e4669b0d424d2efc534 /test/ete/labs/gwu/apt-proxy.sh
parentffd526656aad91b3bf165eea90bc158b3dc3e4fd (diff)
Support cloud-config scripts in HEAT template
Change-Id: I4deb3a3815885216646ce3d799289c585ba23666 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete/labs/gwu/apt-proxy.sh')
-rwxr-xr-xtest/ete/labs/gwu/apt-proxy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/labs/gwu/apt-proxy.sh b/test/ete/labs/gwu/apt-proxy.sh
index 74a180bd0..b2d5d1f01 100755
--- a/test/ete/labs/gwu/apt-proxy.sh
+++ b/test/ete/labs/gwu/apt-proxy.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-sed -i '/#!\/bin\/bash/a\
+sed -i '/^ #!\/bin\/bash/a\
# sleep up to 3 minutes to avoid disk contention\
sleep $((RANDOM / 200))\
mkdir -p /etc/docker\