Updates not found error to be reflective of path changes.
This commit is contained in:
parent
281ab4deaf
commit
be812630ea
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user