change echo statement

pull/889/head
necro-nemesis 3 years ago committed by GitHub
parent 9ed28ac62e
commit 360b70da13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ if [ ! -e /etc/systemd/system/lokinet.service.d/override.conf ]; then
sudo systemctl daemon-reload
fi
echo "Installing resolvconf and configure..."
echo "Updating resolvconf and starting lokinet service..."
sudo resolvconf -u
sudo systemctl restart lokinet || error "Systemd failed to restart the lokinet service!"

Loading…
Cancel
Save