We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0f1e6 commit 97ab071Copy full SHA for 97ab071
jans-core/script/src/main/java/io/jans/service/custom/script/CustomScriptManager.java
@@ -224,7 +224,7 @@ private ReloadResult reloadCustomScriptConfigurations(
224
// reload script automatically after changing location_type
225
long fileModifiactionTime = getFileModificationTime(newCustomScript.getLocationPath());
226
227
- newCustomScript.setRevision(fileModifiactionTime);
+ newCustomScript.setRevision(newCustomScript.getRevision() + fileModifiactionTime);
228
}
229
230
String newSupportedCustomScriptInum = StringHelper.toLowerCase(newCustomScript.getInum());
0 commit comments