Remove $ from bash command

This commit is contained in:
Wo Jake
2022-09-17 07:22:09 +00:00
committed by GitHub
parent 9aaa8a4e66
commit 9a3dd326cd

View File

@@ -30,14 +30,14 @@ You must restart `rippled` for any configuration changes to take effect:
{% if currentpage.md == "tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md" or
currentpage.md == "tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum" %}
$ sudo systemctl restart rippled.service
sudo systemctl restart rippled.service
{% elif currentpage.md == "tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.md" or
currentpage.md == "tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md" %}
* Use Ctrl-C to stop `rippled`, then start it again:
$ ./rippled
./rippled
{% endif %}