Always install ProcessController in the deskbar.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23499 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-01-13 21:15:38 +00:00
parent 46e13cfc0c
commit 98a8df5424
+3
View File
@@ -93,6 +93,9 @@ if [ "$SAFEMODE" != "yes" ]; then
else
launch beos/system/Tracker
launch beos/system/Deskbar
# install ProcessController in the deskbar
(sleep 7; /boot/beos/apps/ProcessController -deskbar) &
fi
launch beos/apps/Terminal
else