We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69e7c0 commit ac99f9cCopy full SHA for ac99f9c
modules/post/linux/gather/openvpn_credentials.rb
@@ -71,8 +71,7 @@ def run
71
if deldump.chomp.to_i == 0
72
vprint_good('Removing temp files successfully.')
73
else
74
- print_warning('Could not remove dumped files.')
75
- return
+ print_warning('Could not remove dumped files. Remove manually.')
76
end
77
78
fail_with(Failure::BadConfig, 'No credentials. You can check if the PID is correct.') if strings.empty?
0 commit comments