cleaning & udpated generate keys.sh

This commit is contained in:
Mishalabdullah
2024-05-05 15:45:20 +05:30
parent 3450ebc0ab
commit 306775b07e
4 changed files with 4 additions and 5 deletions

View File

@@ -97,7 +97,6 @@ export async function POST(req, res) {
// generating unqiuekey for bpp subscriberId
const uniqueKeyId = bppSubscriberId + "-key";
let updateBppConfigCommand = `bash ${pathDir}/install/scripts/update_bpp_config.sh ${registryUrl} ${bppSubscriberId} ${uniqueKeyId} ${bppSubscriberUrl} ${webhookUrl}`;
console.log("Update BPP Config Command:", updateBppConfigCommand);
const result1 = await executeCommand(updateBppConfigCommand);
console.log("Result 1:", result1);