mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
fix: typo
This commit is contained in:
parent
ac5fb1948a
commit
cfca837777
|
@ -112,7 +112,7 @@ impl CoreManager {
|
|||
log::debug!(target: "app", "try to set system dns");
|
||||
if enable_tun {
|
||||
let resource_dir = dirs::app_resources_dir()?;
|
||||
let script = resource_dir.join("unset_dns.sh");
|
||||
let script = resource_dir.join("set_dns.sh");
|
||||
let script = script.to_string_lossy();
|
||||
match (|| Command::new("bash").args([script]).output())() {
|
||||
Ok(_) => return Ok(()),
|
||||
|
|
Loading…
Reference in New Issue
Block a user