Skip to content

Commit

Permalink
Run Update_System_Details during fstab processing
Browse files Browse the repository at this point in the history
Fixes issue where devices where encryption failed wouldn't
have partition information until after an action was run

Change-Id: I1c50ceaa56d67bfbc330bfa77300512a6e3034c0
  • Loading branch information
CaptainThrowback committed Aug 27, 2021
1 parent 01dc458 commit 878abc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partitionmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ int TWPartitionManager::Process_Fstab(string Fstab_Filename, bool Display_Error)
Decrypt_Data();
#endif

Update_System_Details();
if (Get_Super_Status())
Setup_Super_Partition();
UnMount_Main_Partitions();
Expand Down

0 comments on commit 878abc7

Please sign in to comment.