1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

Removing sudo command

This commit is contained in:
Jamie Hewitt 2023-05-11 16:59:00 +03:00
parent 95f6172220
commit 4d52240cdb

View File

@ -125,7 +125,7 @@ if [ ${IP} = "localhost" ]; then
if grep -q "aquarius" /etc/hosts; then
echo "aquarius exists"
else
echo "127.0.0.1 aquarius" | sudo tee -a /etc/hosts
echo "127.0.0.1 aquarius"
fi
fi