1
0
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:
Alex Coseru 2019-10-11 08:25:26 +03:00 committed by GitHub
parent ddc012bf2a
commit 5966442b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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