From b6974b2b92ec5379df48f4cb35b8245a9c27968a Mon Sep 17 00:00:00 2001 From: Stephan Geisler Date: Sat, 21 Sep 2019 11:45:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EBuild/synOTR-start.sh=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build/synOTR-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/synOTR-start.sh b/Build/synOTR-start.sh index 963066a..c25da72 100644 --- a/Build/synOTR-start.sh +++ b/Build/synOTR-start.sh @@ -22,7 +22,7 @@ # echo "synOTR läuft bereits!" # exit # fi - synOTR_pid=`pidof synOTR.sh` + synOTR_pid=$( /bin/pidof synOTR.sh ) if [ ! -z "$synOTR_pid" ] ; then if [ $callFrom = GUI ] ; then