@@ -225,6 +225,7 module Redmine | |||
|
225 | 225 | str = '' |
|
226 | 226 | str << " --username #{shell_quote(@login)}" unless @login.blank? |
|
227 | 227 | str << " --password #{shell_quote(@password)}" unless @login.blank? || @password.blank? |
|
228 | str << " --no-auth-cache --non-interactive" | |
|
228 | 229 | str |
|
229 | 230 | end |
|
230 | 231 | end |
General Comments 0
You need to be logged in to leave comments.
Login now