disable gateway timeout

This commit is contained in:
Aiden McClelland
2021-10-02 14:55:50 -06:00
parent 43cda446aa
commit a581428328
5 changed files with 21 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ clean:
rm -rf patch-db/client/dist
eos.img: $(EMBASSY_SRC)
! test -f eos.img || rm eos.img
./build/make-image.sh
ubuntu.img: