Skip to content

Commit

Permalink
Merge pull request #416 from fpv-wtf/bugfix/step5sync
Browse files Browse the repository at this point in the history
Fixed missing sync in exploit step 5
  • Loading branch information
j005u authored Nov 30, 2023
2 parents 40fa403 + b673a93 commit 16913d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/exploit/Exploit.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ echo "#margerine\n$C\n${remount}#/margerine" >> $T
chgrp shell $T
chcon u:object_r:dji_service_exec:s0 $T
restorecon $T
sync
reboot`);

const response = await this.talk(command, true);
Expand Down

0 comments on commit 16913d6

Please sign in to comment.