Skip to content

Commit cf9d53f

Browse files
committed
Undo mixin modification
1 parent 2ae23bb commit cf9d53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/http/jboss/bean_shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def deploy_bsh(bsh_script)
1818
end
1919

2020
packages.each do |p|
21-
print_status("Attempting to use '#{p}' as package")
2221
if deploy_package(bsh_script, p)
2322
return p
2423
end
@@ -35,6 +34,7 @@ def deploy_bsh(bsh_script)
3534
def deploy_package(bsh_script, package)
3635
success = false
3736

37+
print_status("Attempting to use '#{package}' as package")
3838
res = invoke_bsh_script(bsh_script, package)
3939

4040
if res.nil?

0 commit comments

Comments
 (0)