harbor/tests/hostcfg.sh

6 lines
171 B
Bash
Raw Normal View History

2016-06-07 06:19:48 +02:00
#!/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
cat Deploy/harbor.cfg