bug/bundler_fix
wchen-r7 2015-09-03 01:10:13 -05:00
parent ad3e37fda2
commit ccd0a06353
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module Priv
def is_root?
id = cmd_exec('id')
uid = id.scan(/uid=(\d+)(.+)/).flatten.first
if uid =~ /^0$/
if /^0$/ === uid
return true
else
return false