+1
-1
firewall/provider/hetzner/app.nu
+1
-1
firewall/provider/hetzner/app.nu
···
28
28
# apply rules
29
29
let resp = open $rulesFile | post $"/firewalls/($firewallId)/actions/set_rules"
30
30
if $resp.status != 201 {
31
-
log error $"could not apply firewall \(id ($firewallId)\): \(($resp | to text)\)"
31
+
log error $"could not apply firewall \(id ($firewallId)\):\n($resp.body | to text)"
32
32
exit 2
33
33
}
34
34
log info $"applied firewall ($firewallId)"