From f1922660bea8d14b93aa2207aeef4e231beb20bc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 21 May 2020 10:57:57 -0700 Subject: [PATCH] add a new line --- migrations/20200512172301-settings-backup-encryption.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/20200512172301-settings-backup-encryption.js b/migrations/20200512172301-settings-backup-encryption.js index e84102d36..dc3697188 100644 --- a/migrations/20200512172301-settings-backup-encryption.js +++ b/migrations/20200512172301-settings-backup-encryption.js @@ -17,7 +17,7 @@ exports.up = function(db, callback) { 'From Cloudron 5.2, this password is not required anymore. We generate strong keys based off this password and use those keys to encrypt the backups.\n' + 'This means that the password is only required at decryption/restore time.\n\n' + 'This file can be safely removed and only exists for the off-chance that you do not remember your backup password.\n\n' + - `Password: ${backupConfig.key}`, + `Password: ${backupConfig.key}\n`, 'utf8'); } else {