diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2012-09-19 10:10:46 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2012-09-19 10:10:46 -0700 |
commit | 3ef539929ef61b6ebe2c07c3b5edb002ea628f3f (patch) | |
tree | f75c0f6e47fb3ac0f01e47f6148d5c1705184f0b /Library/startup | |
parent | 406360d596b81e47f46959808e8aa84d02822ee9 (diff) |
Use sbdidlaunch to handle bothersome uicache race.v1.1.7
Diffstat (limited to 'Library/startup')
-rwxr-xr-x | Library/startup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/startup b/Library/startup index 9321198..7028052 100755 --- a/Library/startup +++ b/Library/startup @@ -18,5 +18,6 @@ if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then fi if [[ ${cache+@} ]]; then + sbdidlaunch su -c uicache mobile fi |