Update path in native doors

This commit is contained in:
Andrew Pamment 2018-02-06 18:56:41 +10:00
parent a654cf2ffb
commit c7f564e4f8

View File

@ -14,7 +14,7 @@ A typical script for running a door might look like this:
SOCKET=$2 SOCKET=$2
cd /path/to/door 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. 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.