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:
parent
95f6172220
commit
4d52240cdb
@ -125,7 +125,7 @@ if [ ${IP} = "localhost" ]; then
|
|||||||
if grep -q "aquarius" /etc/hosts; then
|
if grep -q "aquarius" /etc/hosts; then
|
||||||
echo "aquarius exists"
|
echo "aquarius exists"
|
||||||
else
|
else
|
||||||
echo "127.0.0.1 aquarius" | sudo tee -a /etc/hosts
|
echo "127.0.0.1 aquarius"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user