mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Merge pull request #1518 from wojake/patch-10
Remove bash prompt from command sample
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
|
{% 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" %}
|
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
|
{% 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" %}
|
currentpage.md == "tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md" %}
|
||||||
|
|
||||||
* Use Ctrl-C to stop `rippled`, then start it again:
|
* Use Ctrl-C to stop `rippled`, then start it again:
|
||||||
|
|
||||||
$ ./rippled
|
./rippled
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user