Skip to content

Commit 5a0e3a3

Browse files
committed
ok
1 parent cd4a648 commit 5a0e3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archinstoo/archinstall/lib/pm/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def apply(self) -> None:
8787

8888
def persist(self) -> None:
8989
has_changes = self._repositories or self._custom_repositories or self._misc_options
90-
if has_changes and self._config_remote_path:
90+
if has_changes and self._config_remote_path and self._config_path.resolve() != self._config_remote_path.resolve():
9191
copy2(self._config_path, self._config_remote_path)
9292

9393
@classmethod

0 commit comments

Comments
 (0)