tidy up code
parent
41e3895424
commit
81406a073e
|
@ -159,7 +159,7 @@ class Console::CommandDispatcher::Mimikatz
|
|||
end
|
||||
|
||||
def system_check
|
||||
unless (client.sys.config.is_system?)
|
||||
unless client.sys.config.is_system?
|
||||
print_warning("Not currently running as SYSTEM")
|
||||
return false
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue