[FEATURE] Cleaned up terminal display
This commit is contained in:
parent
4959d6c1fe
commit
a804a6e98b
7 changed files with 36 additions and 25 deletions
|
@ -67,7 +67,7 @@ function createBackupSecret(serverSpec) {
|
|||
`endpoint = ${backupHost}`,
|
||||
`acl = private`,
|
||||
`no_check_bucket = true`,
|
||||
`no_check_container = true`
|
||||
`no_check_container = true`,
|
||||
].join("\n");
|
||||
backupYaml.data["rclone.conf"] = Buffer.from(rcloneConfig).toString("base64");
|
||||
return backupYaml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue