From c7f564e4f8f67652cc0269b6ccd1da3f050f8118 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Tue, 6 Feb 2018 18:56:41 +1000 Subject: [PATCH] Update path in native doors --- docs/docs/guide/doors/native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guide/doors/native.md b/docs/docs/guide/doors/native.md index 7a25da7..9f66c4e 100644 --- a/docs/docs/guide/doors/native.md +++ b/docs/docs/guide/doors/native.md @@ -14,7 +14,7 @@ A typical script for running a door might look like this: SOCKET=$2 cd /path/to/door - ./somedoor -D /path/to/BBS/node${NODE}/door.sys + ./somedoor -D /path/to/MagickaBBS/node${NODE}/door.sys In addition to native doors, you can also run native programs as doors. You need to be careful with this though, as an incorrectly set up program could allow the user access to your file system.