From c3ac5effc96b0b4cf2ffe991d715c1e952962802 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 15 Aug 2023 02:55:00 -0400 Subject: [PATCH] misc changes --- start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_server.sh b/start_server.sh index 351f98a..8ca7968 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" ] || [ "$last_downloaded_version" = "stable" ] || [ "$last_downloaded_version" = "latest" ]; then +if [ "$last_downloaded_version" != "$version" ] || [ "$version" = "stable" ] || [ "$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