IogaMaster / flux

Create and deploy game servers with nix
MIT License
48 stars 1 forks source link

Fix server deletion #2

Closed BANanaD3V closed 4 months ago

BANanaD3V commented 4 months ago

Description of changes

Removed hash check that caused servers to delete

Relevant Issues

CC Maintainers

@IogaMaster

IogaMaster commented 4 months ago

This was an intentional, or otherwise the servers wont update.

I can't really think of a better solution

BANanaD3V commented 4 months ago

otherwise the servers wont update.

but they do? For me they update.

BANanaD3V commented 4 months ago

Can you try to update the server with my fork, but before updating it change the hash to the actual hash (i do it by setting it to sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= first and then to the correct one, but there must be a better way.

it works this way

BANanaD3V commented 4 months ago

Can we not rely on hash or not use it at all? I know its nix, but for such things as gameservers...