From 7cb94c80a21eca1ccb0bec0919d6795db9acd571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 27 Feb 2023 05:43:39 +0100 Subject: [PATCH] Remove complicated variable getting It was there for no reason --- msman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msman.sh b/msman.sh index c0893cc..7f423c2 100755 --- a/msman.sh +++ b/msman.sh @@ -199,7 +199,7 @@ function launch_server { echo "Starting the server..." echo echo - java $java_launchoptions -jar "$(echo $server_file)" $mc_launchoptions + java $java_launchoptions -jar $server_file $mc_launchoptions } # Helper scripts update