Skip to content

Commit

Permalink
arc: fix menu
Browse files Browse the repository at this point in the history
Signed-off-by: AuxXxilium <[email protected]>
  • Loading branch information
AuxXxilium committed Aug 24, 2024
1 parent 38558d4 commit 1e1b41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/initrd/opt/arc/arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ else
o) dtsMenu; NEXT="o" ;;
P) storagepanelMenu; NEXT="P" ;;
Q) sequentialIOMenu; NEXT="Q" ;;
Q) arcDNSMenu; NEXT="Q" ;;
R) arcDNSMenu; NEXT="R" ;;
p) ONLYPATCH="true" && arcPatch; NEXT="p" ;;
D) staticIPMenu; NEXT="D" ;;
r) resetArcPatch; NEXT="r" ;;
Expand Down

0 comments on commit 1e1b41b

Please sign in to comment.