Idiomaticise the rubies

bug/bundler_fix
OJ 2014-11-10 07:44:36 +10:00
parent 08e707225c
commit eb830cb361
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class Console::CommandDispatcher::Incognito
end
def system_privilege_check
if !client.sys.config.is_system?
unless client.sys.config.is_system?
print_line("[-] Warning: Not currently running as SYSTEM, not all tokens will be available")
print_line(" Call rev2self if primary process token is SYSTEM")
end