Skip to content

Commit

Permalink
Fix position of the update_grub_after_conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Olivieri <[email protected]>
  • Loading branch information
r0x0d authored and Venefilyn committed Jul 4, 2022
1 parent 91741d7 commit 6ad4ceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions convert2rhel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ def main():
loggerinst.task("Final: RPM files modified by the conversion")
systeminfo.system_info.modified_rpm_files_diff()

loggerinst.task("Final: Remove temporary folder %s" % utils.TMP_DIR)
utils.remove_tmp_dir()

loggerinst.task("Final: Updating GRUB2 configuration")
grub.update_grub_after_conversion()

loggerinst.task("Final: Remove temporary folder %s" % utils.TMP_DIR)
utils.remove_tmp_dir()

loggerinst.info("\nConversion successful!\n")

# restart system if required
Expand Down

0 comments on commit 6ad4ceb

Please sign in to comment.