From ed8f7fad1f6eb75b51aa01750518fad7c3b84c57 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 23 Dec 2022 08:44:03 +0100 Subject: [PATCH] Fix wrong term --- pages/02.linux/minecraft-server/default.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!!**