license
This commit is contained in:
@@ -145,6 +145,7 @@ class License
|
||||
end
|
||||
end
|
||||
end
|
||||
return decrypted_line
|
||||
end
|
||||
|
||||
private
|
||||
@@ -203,7 +204,7 @@ class License
|
||||
f.write("initial.load.create.first=true\n")
|
||||
f.write("initial.load.use.extract.job.enabled=true\n")
|
||||
f.close
|
||||
|
||||
byebug
|
||||
# read from license file
|
||||
shop_name = read_license("shop_name")
|
||||
dbhost = read_license("dbhost")
|
||||
@@ -246,7 +247,7 @@ class License
|
||||
# if sym_install_status[1] == "false"
|
||||
# response = { "status": false, "message": "Activation is success but Symmetric service not Installed. \n Please contact code2lab call center!"}
|
||||
# end
|
||||
|
||||
byebug
|
||||
# Run Sym Service
|
||||
sym_run_status = check_sym_running(check_sym_proc_str, sym_path)
|
||||
if sym_run_status
|
||||
|
||||
Reference in New Issue
Block a user