Removing sudo command

This commit is contained in:
Jamie Hewitt 2023-05-11 16:59:00 +03:00
parent 95f6172220
commit 4d52240cdb
1 changed files with 1 additions and 1 deletions

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