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
1 changed files with 1 additions and 1 deletions

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