harbor/tests/hostcfg.sh
yhua123 7fbdf4e018 Update hostcfg.sh
change reg.mydomain.com to reg.mydomain.org
2016-06-15 12:57:04 +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.org/$IP/" -i Deploy/harbor.cfg