Skip to content

Commit

Permalink
Mention --revert flag to remove repo.list backups
Browse files Browse the repository at this point in the history
  • Loading branch information
ukablan-wpc committed Sep 30, 2024
1 parent ff94d94 commit b8f9846
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pleskdistup/actions/distupgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ def __init__(
sources_list_d_path: str = "/etc/apt/sources.list.d/",
) -> None:
self._name = "Check repo.list leftovers from previous conversion"
self.description = "These repo.list files are found with backups, please check/restore them, and delete the backups: {}"
self.description = """These repo.list backups are found:
\t{}
Please use `--revert` flag to restore and remove those backups.
"""
self.sources_list_path = sources_list_path
self.sources_list_d_path = sources_list_d_path

Expand Down

0 comments on commit b8f9846

Please sign in to comment.