We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4a648 commit 5a0e3a3Copy full SHA for 5a0e3a3
archinstoo/archinstall/lib/pm/config.py
@@ -87,7 +87,7 @@ def apply(self) -> None:
87
88
def persist(self) -> None:
89
has_changes = self._repositories or self._custom_repositories or self._misc_options
90
- if has_changes and self._config_remote_path:
+ if has_changes and self._config_remote_path and self._config_path.resolve() != self._config_remote_path.resolve():
91
copy2(self._config_path, self._config_remote_path)
92
93
@classmethod
0 commit comments