Skip to content

Commit

Permalink
B #6532: Sunstone fix backup volatile disk checkmark (#3216)
Browse files Browse the repository at this point in the history
  • Loading branch information
paczerny authored Sep 5, 2024
1 parent 7b07def commit b2ab5b7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ define(function(require) {
var mode = _getValue(idsElements.mode, context);
var increment_mode = _getValue(idsElements.increment_mode, context);

if (backupVolatile){
backupConfigJSON['BACKUP_VOLATILE'] = 'YES'
}
backupConfigJSON['BACKUP_VOLATILE'] = backupVolatile ? 'YES' : 'NO';

if (fsFreeze !== '-' ){
backupConfigJSON['FS_FREEZE'] = fsFreeze
Expand Down

0 comments on commit b2ab5b7

Please sign in to comment.