From 17a050683910b8dd3731969a42f45399ba9d3f5f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 15 Aug 2023 01:37:30 -0400 Subject: [PATCH] made a tar command not verbose --- start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_server.sh b/start_server.sh index 17237e1..6eaf7f1 100755 --- a/start_server.sh +++ b/start_server.sh @@ -46,7 +46,7 @@ else exit 1 fi echo "Extracting Factorio binary..." -tar -xvf factorio_headless.tar.xz --strip-components=1 --overwrite +tar -xf factorio_headless.tar.xz --strip-components=1 --overwrite echo "Factorio binary updated!" rm -f factorio_headless.tar.xz