sparkfabrik / sparkdock

Automatic MacOS system provisioning
19 stars 8 forks source link

refs: Add missing sleep command to test-dinghy-proxy #78

Closed ailequal closed 1 year ago

ailequal commented 1 year ago

A few days ago I noticed that on my MacBook the script "test-dinghy-proxy" was always failing, even though I knew for certain that Dinghy was working correctly on my machine. After some digging, I noticed that the "test-dnsdock" script had a single extra crucial command: "sleep 5".

I manually added the command to "test-dinghy-proxy" and it started working right away!