cleaning & udpated generate keys.sh
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function InstallYaml() {
|
||||
});
|
||||
} else {
|
||||
toast.update(toastId, {
|
||||
render: "Yaml File Present 👌",
|
||||
render: "Yaml File Downloaded 👌",
|
||||
type: "success",
|
||||
isLoading: false,
|
||||
autoClose: 5000,
|
||||
|
||||
@@ -125,7 +125,7 @@ export default function CheckYaml() {
|
||||
label={"Version Number"}
|
||||
value={versionNumber}
|
||||
onChange={handleVersionChange}
|
||||
placeholder="1.0.0"
|
||||
placeholder="1.1.0"
|
||||
/>
|
||||
|
||||
<div className={styles.buttonsContainer}>
|
||||
|
||||
Reference in New Issue
Block a user