Fix typo in raise call

GSoC/Meterpreter_Web_Console
cbrnrd 2018-04-10 05:54:35 -04:00
parent 0a79c5a15b
commit 1276960d88
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ module System
def nosuid?(mount_path)
cmd_exec("mount | grep --color=never ' #{mount_path} '").to_s.include? 'nosuid'
rescue
raise 'Unable to check for noexec volume'
raise 'Unable to check for nosuid volume'
end