Fix wrong term

This commit is contained in:
RealStickman 2022-12-23 08:44:03 +01:00
parent a6c40777f9
commit ed8f7fad1f

View File

@ -100,8 +100,8 @@ StandardError=journal
WantedBy=multi-user.target
```
To run commands, pipe commands into your socket.
`echo "command" > /run/minecraft.stdin`
To run commands, redirect commands into your socket.
`echo "command" > /run/minecraft.stdin`
### Pipe commands script
**No safety at all!!**