Fix system validation/registration
This commit is contained in:
parent
3c47b9f8e6
commit
74d20b2f2d
|
@ -40,7 +40,7 @@ public class SystemValidate extends SvrProcess
|
|||
*/
|
||||
protected String doIt () throws Exception
|
||||
{
|
||||
return "";
|
||||
return "@OK@";
|
||||
} // doIt
|
||||
|
||||
} // SystemValidate
|
||||
|
|
Loading…
Reference in New Issue