|
|
@ -122,7 +122,7 @@ public final class DaemonSettings { |
|
|
|
return sslTrustKey; |
|
|
|
return sslTrustKey; |
|
|
|
} |
|
|
|
} |
|
|
|
public String getFolder() { |
|
|
|
public String getFolder() { |
|
|
|
return folder; |
|
|
|
return folder == null? null: (folder.startsWith("/")? folder: folder + "/"); |
|
|
|
} |
|
|
|
} |
|
|
|
public boolean shouldUseAuthentication() { |
|
|
|
public boolean shouldUseAuthentication() { |
|
|
|
return useAuthentication; |
|
|
|
return useAuthentication; |
|
|
|