From 4bcec73e0744199f6ca0247e5bf1b86ec8d04ca5 Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 10 Sep 2024 22:01:44 +0100 Subject: [PATCH] forgot new lines in backupconfig Signed-off-by: si458 --- db.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db.js b/db.js index 211a2262..e8a5fda4 100644 --- a/db.js +++ b/db.js @@ -3118,13 +3118,13 @@ module.exports.CreateDB = function (parent, func) { else { r += parent.config.settings.autobackup.mysqldumppath + '\r\n'; } } if (typeof parent.config.settings.autobackup.s3 == 'object') { - r += 'S3 Backups: Enabled'; + r += 'S3 Backups: Enabled\r\n'; } if (typeof parent.config.settings.autobackup.webdav == 'object') { - r += 'WebDAV Backups: Enabled'; + r += 'WebDAV Backups: Enabled\r\n'; } if (typeof parent.config.settings.autobackup.googledrive == 'object') { - r += 'Google Drive Backups: Enabled'; + r += 'Google Drive Backups: Enabled\r\n'; }