From be812630ea904f753e20e06767f191d4d3d2f67e Mon Sep 17 00:00:00 2001 From: JSQui Date: Thu, 6 Oct 2022 14:38:53 -0700 Subject: [PATCH] Updates not found error to be reflective of path changes. --- .../jamesquinley/DelegationServices/delegationServices.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/jamesquinley/DelegationServices/delegationServices.java b/src/main/java/com/jamesquinley/DelegationServices/delegationServices.java index fbf82ff..e2faab6 100644 --- a/src/main/java/com/jamesquinley/DelegationServices/delegationServices.java +++ b/src/main/java/com/jamesquinley/DelegationServices/delegationServices.java @@ -1428,7 +1428,7 @@ public class delegationServices { catch (Exception EXR) { System.out.println("Unable to pull file, fallback."); - policyDocument = "Policy file does not exist on server. (Unable to find file in /Home/ocs/policy/launcher/legal/eula.txt) This is an issue on our end. Error ID: " + EXR; + policyDocument = "Policy file does not exist on server. (Unable to find file in /ocs/policy/launcher/legal/accountagreement.txt) This is an issue on our end. Error ID: " + EXR; } BasicDBObject updateQuery = new BasicDBObject(); @@ -1468,7 +1468,7 @@ public class delegationServices { catch (Exception EXR) { System.out.println("Unable to pull file, fallback."); - policyDocument = "Policy file does not exist on server. (Unable to find file in /Home/ocs/policy/launcher/legal/eula.txt) This is an issue on our end. Error ID: " + EXR; + policyDocument = "Policy file does not exist on server. (Unable to find file in /ocs/policy/launcher/legal/accountagreement.txt) This is an issue on our end. Error ID: " + EXR; } BasicDBObject updateQuery = new BasicDBObject();