Skip to content

Commit

Permalink
Save and restore Roundcube configurations with custom settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed Oct 25, 2024
1 parent f58c384 commit ffb40ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cloudlinux7to8/upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def construct_actions(
custom_actions.FixSyslogLogrotateConfig(options.state_dir),
common_actions.SetMinDovecotDhParamSize(dhparam_size=2048),
common_actions.RestoreDovecotConfiguration(options.state_dir),
common_actions.RestoreRoundcubeConfiguration(options.state_dir),
custom_actions.RecreateAwstatsConfigurationFiles(),
common_actions.UninstallTuxcareEls(),
],
Expand Down
2 changes: 1 addition & 1 deletion dist-upgrader

0 comments on commit ffb40ef

Please sign in to comment.