We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b109e0e + 9f10f0f commit a714e0fCopy full SHA for a714e0f
1 file changed
apps/dokploy/scripts/migrate-auth-secret.ts
@@ -46,7 +46,7 @@ async function main() {
46
47
if (records.length === 0) {
48
console.log("✅ No 2FA records found, nothing to migrate.");
49
- return;
+ process.exit(0);
50
}
51
52
console.log(`📦 Found ${records.length} 2FA record(s) to migrate.`);
0 commit comments