summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-10 13:41:25 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-12 19:09:34 -0800
commit60a10e1f92cc2b1c83a8ddc638acf5afae8f8c67 (patch)
tree4f9f9d6d63c12ffe0dc4c654e2b0613f95aca0c2 /Library
parent98133d90b594f2315dd9364613ba0ee29c968f3d (diff)
Restart Lowtide/AppleTV after processing AutoInstall.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/startup2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/startup b/Library/startup
index a51843b..368cacc 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