Skip to content

Commit d3fc279

Browse files
committed
fix: add comment
1 parent dd86cfe commit d3fc279

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v1/providers/nebius/instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,6 +1793,7 @@ packages:
17931793
commands = append(commands, "sudo netfilter-persistent save")
17941794

17951795
if len(commands) > 0 {
1796+
// Use runcmd to execute firewall setup commands
17961797
script += "\nruncmd:\n"
17971798
for _, cmd := range commands {
17981799
escaped := strings.ReplaceAll(cmd, `\`, `\\`)

0 commit comments

Comments
 (0)