tschunk
Results
1
comments of
tschunk
Hi! yes, I get the same error when using `set` with a unknown UUID. script to reproduce: ``` #!/bin/bash firewall="https://CHANGEME" key=CHANGEME secret=CHANGEME set -ex uuid="$(python3 -c 'import uuid; print(uuid.uuid4());')" #...