diff --git a/tests/hostcfg.sh b/tests/hostcfg.sh index daf8bbdc7..e969f4c16 100755 --- a/tests/hostcfg.sh +++ b/tests/hostcfg.sh @@ -1,4 +1,4 @@ #!/bin/bash IP=`ip addr s eth0 |grep "inet "|awk '{print $2}' |awk -F "/" '{print $1}'` #echo $IP -sudo sed "s/reg.mydomain.org/$IP/" -i Deploy/harbor.cfg +sudo sed "s/reg.mydomain.com/$IP/" -i Deploy/harbor.cfg