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:])
|
||||
|
||||
home = Path.home()
|
||||
cme_path = home / ".cme"
|
||||
logs_path = cme_path / 'logs'
|
||||
nxc_path = home / ".nxc"
|
||||
logs_path = nxc_path / 'logs'
|
||||
filename = logs_path / f'{domain}.obsoletehosts.txt'
|
||||
|
||||
context.log.display(f'Obsolete hosts will be saved to {filename}')
|
||||
|
|
Loading…
Reference in New Issue