Update obsolete.py
change cme to nxc Signed-off-by: Shad0wC0ntr0ller <90877534+Shad0wC0ntr0ller@users.noreply.github.com>main
parent
87fce318de
commit
2c637eead7
|
@ -66,8 +66,8 @@ class CMEModule:
|
||||||
domain = ".".join(hostname_parts[1:])
|
domain = ".".join(hostname_parts[1:])
|
||||||
|
|
||||||
home = Path.home()
|
home = Path.home()
|
||||||
cme_path = home / ".cme"
|
nxc_path = home / ".nxc"
|
||||||
logs_path = cme_path / 'logs'
|
logs_path = nxc_path / 'logs'
|
||||||
filename = logs_path / f'{domain}.obsoletehosts.txt'
|
filename = logs_path / f'{domain}.obsoletehosts.txt'
|
||||||
|
|
||||||
context.log.display(f'Obsolete hosts will be saved to {filename}')
|
context.log.display(f'Obsolete hosts will be saved to {filename}')
|
||||||
|
|
Loading…
Reference in New Issue