mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Update start_ocean.sh
This commit is contained in:
parent
ddc012bf2a
commit
5966442b3f
@ -130,7 +130,7 @@ if [ ${IP} = "localhost" ]; then
|
||||
if grep -q "aquarius" /etc/hosts; then
|
||||
echo "aquarius exists"
|
||||
else
|
||||
sudo echo "127.0.0.1 aquarius" >> /etc/hosts;
|
||||
echo "127.0.0.1 aquarius" | sudo tee -a /etc/hosts
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user