From 60a10e1f92cc2b1c83a8ddc638acf5afae8f8c67 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 10 Feb 2011 13:41:25 -0800 Subject: [PATCH] Restart Lowtide/AppleTV after processing AutoInstall. --- Library/startup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/startup b/Library/startup index a51843b8..368cacc6 100755 --- a/Library/startup +++ b/Library/startup @@ -13,6 +13,8 @@ if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then dpkg -i "${debs[@]}" rm -f "${debs[@]}" cache= + + killall -9 Lowtide AppleTV fi if [[ ${cache+@} ]]; then -- 2.45.2