fix 🐛: Fix typo in firewall path variable #45
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Corrected a typographical error in the firewall path variable to ensure proper configuration and functionality.
Review Summary
@@ -31,3 +31,3 @@'/etc/pve/firewall/cluster.fw'if pve_clusteredelse '/etc/pve/firewall/' + pve_node.stdout + '.fw'else '/etc/pve/firewall/' + pve_node + '.fw'[Score: 2] Direct use of variables is preferable over using functions like stdout for better readability and maintainability.