From 26bd2bf233b3242e1e879600ba17d62826a3a963 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" <saurik@saurik.com> Date: Thu, 20 Sep 2012 21:57:45 +0000 Subject: [PATCH] Reorganize process deaths to, well, actually work. --- Settings.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Settings.mm b/Settings.mm index 7242bdc..ce81f16 100644 --- a/Settings.mm +++ b/Settings.mm @@ -508,8 +508,8 @@ static NSString *_plist; system("rm -rf /User/Library/Caches/com.apple.newsstand"); system("rm -rf /User/Library/Caches/com.apple.springboard.sharedimagecache"); - system("killall lsd SpringBoard backboardd"); - system("killall -9 lsd SpringBoard backboardd"); + system("killall -9 lsd"); + system("killall SpringBoard backboardd"); } - (void) cancelChanges { -- 2.47.2