From f3ed963c75ac0f19419e9284988ba97689527c96 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Wed, 15 Jun 2016 12:50:00 +0800 Subject: [PATCH] Update hostcfg.sh sudo --- tests/hostcfg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hostcfg.sh b/tests/hostcfg.sh index 15fdb71a4..6decb7eea 100755 --- a/tests/hostcfg.sh +++ b/tests/hostcfg.sh @@ -1,5 +1,5 @@ #!/bin/bash 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 +echo $IP +sudo sed "s/reg.mydomain.com/$IP/" -i Deploy/harbor.cfg cat Deploy/harbor.cfg