Update hostcfg.sh

sudo
This commit is contained in:
yhua123 2016-06-15 12:50:00 +08:00 committed by GitHub
parent ca16841c51
commit f3ed963c75

View File

@ -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