diff --git a/pages/02.linux/minecraft-server/default.en.md b/pages/02.linux/minecraft-server/default.en.md index b772936..00cab8f 100644 --- a/pages/02.linux/minecraft-server/default.en.md +++ b/pages/02.linux/minecraft-server/default.en.md @@ -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!!**