Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Commit

Permalink
fixup! syscontainers: do not delete modified files with --system-pack…
Browse files Browse the repository at this point in the history
…age=no
  • Loading branch information
giuseppe committed Nov 27, 2017
1 parent 8181d73 commit 73d9191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Atomic/rpm_host_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def rm_add_files_to_host(old_installed_files_checksum, exports, prefix="/", file
new_checksum = RPMHostInstall.file_checksum(path)
if new_checksum != checksum:
# Do not delete the file if it was modified.
util.write_out("Do not delete %s as it was manually modified." % path, lf="\n")
util.write_out("Will not delete %s as it was manually modified." % path, lf="\n")
continue
try:
os.remove(path)
Expand Down

0 comments on commit 73d9191

Please sign in to comment.