From 9a3dd326cdd739b6a8a7c69e2cad8d8291209fb2 Mon Sep 17 00:00:00 2001 From: Wo Jake <87929946+wojake@users.noreply.github.com> Date: Sat, 17 Sep 2022 07:22:09 +0000 Subject: [PATCH] Remove `$` from bash command --- content/_snippets/post-rippled-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_snippets/post-rippled-install.md b/content/_snippets/post-rippled-install.md index 7eea89dd6c..7a0ebc4485 100644 --- a/content/_snippets/post-rippled-install.md +++ b/content/_snippets/post-rippled-install.md @@ -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 %}