summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2012-09-19 10:10:46 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2012-09-19 10:10:46 -0700
commit3ef539929ef61b6ebe2c07c3b5edb002ea628f3f (patch)
treef75c0f6e47fb3ac0f01e47f6148d5c1705184f0b /Library
parent406360d596b81e47f46959808e8aa84d02822ee9 (diff)
Use sbdidlaunch to handle bothersome uicache race.v1.1.7
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/startup1
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