Skip to content

Commit

Permalink
chore: refine
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Nov 30, 2024
1 parent 5c7bd73 commit 2000034
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ ruby -ryaml -rYAML -I "/usr/share/openclash" -E UTF-8 -e "
x['proxies'].each{
|y|
if Value_1.include?(y) then
uci_commands << uci_add + 'other_group=\"^' + y.to_s + '$\"'
commands = uci_add + 'other_group=\"^' + y.to_s + '$\"'
system(commands)
end
}
end
Expand Down

0 comments on commit 2000034

Please sign in to comment.