service start bug repair

This commit is contained in:
godot 2024-07-20 11:32:48 +02:00
parent 614ae5ee01
commit 7b9c9b0432

View File

@ -226,7 +226,7 @@ else
read startServer read startServer
if [[ "$startServer" =~ ("y"|"Y") || -z $startServer ]]; then if [[ "$startServer" =~ ("y"|"Y") || -z $startServer ]]; then
systemctl start mc-paper.serice systemctl start mc-paper.service
fi fi
systemctl enable mc-paper systemctl enable mc-paper