From 7b9c9b0432e5f6264360245c4a784e071361c043 Mon Sep 17 00:00:00 2001 From: godot Date: Sat, 20 Jul 2024 11:32:48 +0200 Subject: [PATCH] service start bug repair --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 078f92b..46ecb51 100755 --- a/script.sh +++ b/script.sh @@ -226,7 +226,7 @@ else read startServer if [[ "$startServer" =~ ("y"|"Y") || -z $startServer ]]; then - systemctl start mc-paper.serice + systemctl start mc-paper.service fi systemctl enable mc-paper