|
@@ -22,7 +22,7 @@ public class AuthLicenseUtil {
|
|
|
|
|
|
// Launcher.bat @inPath";
|
|
|
static String cmd ="sudo bash /home/ubuntu/bin/Launcher.sh %s";
|
|
|
- static String licensePath = "/home/backend/tomcat/ucenter/license";
|
|
|
+ static String licensePath = "/home/backend/4dkankan_v4/ucenter/license";
|
|
|
|
|
|
public static JSONObject readLicense(){
|
|
|
try {
|
|
@@ -85,9 +85,5 @@ public class AuthLicenseUtil {
|
|
|
|
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
|
|
|
}
|