File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public enum FileTransferProtocolEnum
4141 public static string DefaultSudoImpersonatedUser { get { return configuration . ContainsKey ( "DefaultSudoImpersonatedUser" ) ? configuration [ "DefaultSudoImpersonatedUser" ] : DEFAULT_SUDO_IMPERSONATION_SETTING ; } }
4242 public static bool CreateCSROnDevice { get { return configuration . ContainsKey ( "CreateCSROnDevice" ) ? configuration [ "CreateCSROnDevice" ] ? . ToUpper ( ) == "Y" : false ; } }
4343 public static string TempFilePathForODKG { get { return configuration . ContainsKey ( "TempFilePathForODKG" ) ? configuration [ "TempFilePathForODKG" ] : string . Empty ; } }
44- public static bool UseShellCommands { get { return configuration . ContainsKey ( "UseShellCommands" ) ? configuration [ "UseShellCommands" ] ? . ToUpper ( ) == "Y" : false ; } }
44+ public static bool UseShellCommands { get { return configuration . ContainsKey ( "UseShellCommands" ) ? configuration [ "UseShellCommands" ] ? . ToUpper ( ) == "Y" : true ; } }
4545 public static int SSHPort
4646 {
4747 get
You can’t perform that action at this time.
0 commit comments