Add the --non-interactive flag to msfupdate (thx pyllyukko)

unstable
HD Moore 2012-09-04 14:06:04 -05:00
parent 4a92cc4641
commit 768b66dd7e
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ unless have_configdir
ARGV.push("--config-dir=#{configdir}")
end
ARGV.push("--non-interactive")
res = system("svn", "cleanup")
if res.nil?