mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
Remove $ from bash command
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user