From ca16841c51d2ef06e25ad7a3d542675393c9b1d9 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Wed, 15 Jun 2016 12:39:31 +0800 Subject: [PATCH] Update hostcfg.sh review Deploy/harbor.cfg --- tests/hostcfg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hostcfg.sh b/tests/hostcfg.sh index d25c9dfec..15fdb71a4 100755 --- a/tests/hostcfg.sh +++ b/tests/hostcfg.sh @@ -2,3 +2,4 @@ IP=`ip addr s eth0 |grep "inet "|awk '{print $2}' |awk -F "/" '{print $1}'` #echo $IP sed "s/reg.mydomain.com/$IP/" -i Deploy/harbor.cfg +cat Deploy/harbor.cfg