mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
fix build issue
This commit is contained in:
parent
6b7919851c
commit
bc12816f4d
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
IP=`ip addr s eth0 |grep "inet "|awk '{print $2}' |awk -F "/" '{print $1}'`
|
IP=`ip addr s eth0 |grep "inet "|awk '{print $2}' |awk -F "/" '{print $1}'`
|
||||||
#echo $IP
|
#echo $IP
|
||||||
sudo sed "s/reg.mydomain.org/$IP/" -i Deploy/harbor.cfg
|
sudo sed "s/reg.mydomain.com/$IP/" -i Deploy/harbor.cfg
|
||||||
|
Loading…
Reference in New Issue
Block a user