this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(hetzner): overwrite backup

dusk d3b19592 1234bbec

+1 -1
+1 -1
firewall/provider/hetzner/app.nu
··· 22 22 23 23 # backup firewall 24 24 let backupPath = $".hetzner/($firewallId).json" 25 - mkdir .hetzner; $firewall | to json | save $backupPath 25 + mkdir .hetzner; $firewall | to json | save -f $backupPath 26 26 log info $"backing up firewall ($firewallId) to ($backupPath)" 27 27 28 28 # apply rules