|
@@ -21,7 +21,7 @@ import java.util.Date;
|
|
|
public class AuthLicenseUtil {
|
|
|
|
|
|
// Launcher.bat @inPath";
|
|
|
- static String cmd ="sudo bash /home/ubuntu/bin/Launcher.sh %s";
|
|
|
+ static String cmd ="bash /home/ubuntu/bin/Launcher.sh %s";
|
|
|
static String licensePath = "/home/backend/tomcat/ucenter/license";
|
|
|
|
|
|
public static JSONObject readLicense(){
|