From 412f124413c9b3a32f7a5bd3bfa460b07700188f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 15 Aug 2023 02:58:44 -0400 Subject: [PATCH] Revert "misc changes" This reverts commit c3ac5effc96b0b4cf2ffe991d715c1e952962802. --- start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_server.sh b/start_server.sh index 8ca7968..351f98a 100755 --- a/start_server.sh +++ b/start_server.sh @@ -46,7 +46,7 @@ else fi # Check if the last downloaded version matches the current version -if [ "$last_downloaded_version" != "$version" ] || [ "$version" = "stable" ] || [ "$version" = "latest" ]; then +if [ "$last_downloaded_version" != "$version" ] || [ "$last_downloaded_version" = "stable" ] || [ "$last_downloaded_version" = "latest" ]; then echo "Fetching Factorio binary..." wget "https://factorio.com/get-download/${version}/headless/linux64" -O factorio_headless.tar.xz if [ $? -ne 0 ]; then