mirror of
https://github.com/DerTyp7/glassminers-server-docker.git
synced 2025-11-01 14:12:33 +01:00
Switched back to using the default executable name.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
echo "[Info] Downloading server executable..."
|
||||
|
||||
LOCAL_EXECUTABLE_NAME="server_$1.out"
|
||||
LOCAL_EXECUTABLE_NAME="server.out"
|
||||
|
||||
if [ "$1" = "stable" ]; then
|
||||
wget https://github.com/surrealtm/Glassminers/releases/latest/download/GMServer.out -O $LOCAL_EXECUTABLE_NAME
|
||||
|
||||
Reference in New Issue
Block a user