Skip to content

Commit

Permalink
fix ipv6 all option
Browse files Browse the repository at this point in the history
  • Loading branch information
netmet1 committed Oct 23, 2024
1 parent 733bcae commit 574705c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin/nodectl_v2152_x86_64.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SHA256(nodectl_x86_64)= 5af65ea6a60b38265db65d130ff3becac520630ef58be20d62aa4ca7f761dbed
SHA256(nodectl_x86_64)= d05e65e84764658a796a7ddcb626569ad505e39c56373920d8bfcc93f653fe1f
1 change: 1 addition & 0 deletions modules/config/ipv6.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def get_update_type(action, functions):
})
update_type = update_type.replace("(caution)","").replace("(recommended)","").strip()

if update_type == "both": update_type = "all"
if update_type == "quit":
functions.print_paragraphs([
["Operation cancelled by user.",1,"red"]
Expand Down

0 comments on commit 574705c

Please sign in to comment.