From 16f3cd3535c9eec71ea7594c1e3a83db00dba7ca Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 5 Sep 2016 15:29:31 +0100 Subject: toaster: remove handling of .toasterui.pid This file is not created anywhere, but handled in toaster script code. Signed-off-by: Ed Bartosh Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bin/toaster | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin') diff --git a/bin/toaster b/bin/toaster index 5e01101f9..b14749a8f 100755 --- a/bin/toaster +++ b/bin/toaster @@ -95,10 +95,6 @@ stop_system() # prevent reentry if [ $INSTOPSYSTEM -eq 1 ]; then return; fi INSTOPSYSTEM=1 - if [ -f ${BUILDDIR}/.toasterui.pid ]; then - kill `cat ${BUILDDIR}/.toasterui.pid` 2>/dev/null - rm ${BUILDDIR}/.toasterui.pid - fi webserverKillAll # unset exported variables unset TOASTER_DIR -- cgit 1.2.3-korg