Skip to content

Commit

Permalink
update property var: cws_keystore_storepass
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Jan 31, 2024
1 parent feda235 commit 5d9c568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cws-installer/src/main/java/jpl/cws/task/CwsInstaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,8 @@ private static void setupLimitToRemoveAbandonedWorkersByDays() {


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

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

0 comments on commit 5d9c568

Please sign in to comment.