Skip to content

Commit

Permalink
indent 2
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Jan 19, 2024
1 parent 5c5b31e commit feda235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cws-installer/src/main/java/jpl/cws/task/CwsInstaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@ private static void setupLimitToRemoveAbandonedWorkersByDays() {

private static void getKeystorePassword() {
cws_keystore_storepass = getPreset("default_cws_keystore_storepass");

if (cws_keystore_storepass == null) {
Path filePath;
filePath = Paths.get("~/.cws/creds");
Expand Down

0 comments on commit feda235

Please sign in to comment.