„Build/synOTR-start.sh“ ändern

This commit is contained in:
Stephan 2019-09-21 11:45:33 +00:00
parent 7bd55db43b
commit b6974b2b92

View file

@ -22,7 +22,7 @@
# echo "synOTR läuft bereits!" # echo "synOTR läuft bereits!"
# exit # exit
# fi # fi
synOTR_pid=`pidof synOTR.sh` synOTR_pid=$( /bin/pidof synOTR.sh )
if [ ! -z "$synOTR_pid" ] ; then if [ ! -z "$synOTR_pid" ] ; then
if [ $callFrom = GUI ] ; then if [ $callFrom = GUI ] ; then