Skip to content

Commit 550eb8e

Browse files
authored
remove bling from command (#4330)
1 parent 93295e8 commit 550eb8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/website/pages/docs/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Follow the steps below to use [MiniUPnP](https://github.com/miniupnp/miniupnp) t
2121

2222
Run the following command:
2323

24-
$ sudo upnpc -r 8302 TCP 8303 TCP
24+
sudo upnpc -r 8302 TCP 8303 TCP
2525

2626
If this command succeeds, you'll see a response indicating that the ports have been successfully redirected:
2727

@@ -41,7 +41,7 @@ AddPortMapping(8303, 8303, 192.168.101.7) failed with code 718 (ConflictInMappin
4141

4242
If this happens, you can forward different ports, as long as they are unused by another application:
4343

44-
$ sudo upnpc -r <custom-port> TCP
44+
sudo upnpc -r <custom-port> TCP
4545

4646
If you forward custom ports, keep in mind:
4747

0 commit comments

Comments
 (0)