corrected command to create directories

main
fuzzykitten 2025-04-11 04:18:04 -04:00
parent cce7093283
commit fc28dc4cb6
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ The same for securing your server and making sure it doesn't blab.
### Make directories:
``` mkdir -p /srv/endboard /etc/opt/endboard /var/opt/endboard /opt/endboard```
``` mkdir -p /srv/endboard/mob /etc/opt/endboard /var/opt/endboard /opt/endboard```
### Distribute files to webroot (from directory of the endboard archive):