diff --git a/vanilla/bootstrap.sh b/vanilla/bootstrap.sh index 8220a39..b9688da 100755 --- a/vanilla/bootstrap.sh +++ b/vanilla/bootstrap.sh @@ -23,7 +23,7 @@ else echo "Environment WORLD_FILENAME specified" if [ -f "$WORLD_PATH" ]; then echo "Loading to world $WORLD_FILENAME..." - ./TerrariaServer.exe -config "$CONFIGPATH/$CONFIG_FILENAME" -logpath "$LOGPATH" -world "$WORLD_PATH" "$@" + ./TerrariaServer -config "$CONFIGPATH/$CONFIG_FILENAME" -logpath "$LOGPATH" -world "$WORLD_PATH" "$@" else echo "Unable to locate $WORLD_PATH." echo "Please make sure your world file is volumed into docker: -v :$WORLDPATH"