mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
@@ -1312,7 +1312,7 @@ def move_hosts_file_into_place(final_file):
|
|||||||
f"Replacing {target_file} requires root privileges. You might need to enter your password."
|
f"Replacing {target_file} requires root privileges. You might need to enter your password."
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
subprocess.run(SUDO + [f"'cp {filename} {target_file}'"], check=True, shell=True)
|
subprocess.run(SUDO + ["cp", filename, target_file], check=True)
|
||||||
return True
|
return True
|
||||||
except subprocess.CalledProcessError:
|
except subprocess.CalledProcessError:
|
||||||
print_failure(f"Replacing {target_file} failed.")
|
print_failure(f"Replacing {target_file} failed.")
|
||||||
|
|||||||
Reference in New Issue
Block a user