harbor/tests/hostcfg.sh
2016-07-14 21:22:39 +08:00

5 lines
154 B
Bash
Executable File

#!/bin/bash
IP=`ip addr s eth0 |grep "inet "|awk '{print $2}' |awk -F "/" '{print $1}'`
#echo $IP
sudo sed "s/reg.mydomain.com/$IP/" -i Deploy/harbor.cfg